Kaydet (Commit) f42b2268 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticcall

Change-Id: Ida0a95c181a02b4fb0e0b40684a2279923338700
üst d656138b
...@@ -35,13 +35,13 @@ FileContentIdentifier::FileContentIdentifier( ...@@ -35,13 +35,13 @@ FileContentIdentifier::FileContentIdentifier(
{ {
m_pMyShell->getUrlFromUnq( aUnqPath,m_aContentId ); m_pMyShell->getUrlFromUnq( aUnqPath,m_aContentId );
m_aNormalizedId = aUnqPath; m_aNormalizedId = aUnqPath;
m_pMyShell->getScheme( m_aProviderScheme ); shell::getScheme( m_aProviderScheme );
} }
else else
{ {
m_pMyShell->getUnqFromUrl( aUnqPath,m_aNormalizedId ); m_pMyShell->getUnqFromUrl( aUnqPath,m_aNormalizedId );
m_aContentId = aUnqPath; m_aContentId = aUnqPath;
m_pMyShell->getScheme( m_aProviderScheme ); shell::getScheme( m_aProviderScheme );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment