Kaydet (Commit) 9723634f authored tarafından ccsheller's avatar ccsheller Kaydeden (comit) Noel Grandin

Removing unused code:FileContentIdentifier::m_aNormalizedId

Change-Id: Ie578e1640908d3956788de205ce6d1114fc2dba1
Reviewed-on: https://gerrit.libreoffice.org/41236Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 5f2645a4
......@@ -34,15 +34,12 @@ FileContentIdentifier::FileContentIdentifier(
if( IsNormalized )
{
fileaccess::TaskManager::getUrlFromUnq( aUnqPath,m_aContentId );
m_aNormalizedId = aUnqPath;
TaskManager::getScheme( m_aProviderScheme );
}
else
{
fileaccess::TaskManager::getUnqFromUrl( aUnqPath,m_aNormalizedId );
m_aContentId = aUnqPath;
TaskManager::getScheme( m_aProviderScheme );
}
TaskManager::getScheme( m_aProviderScheme );
}
FileContentIdentifier::~FileContentIdentifier()
......
......@@ -69,7 +69,6 @@ namespace fileaccess {
private:
OUString m_aContentId; // The URL string
OUString m_aNormalizedId; // The somehow normalized string
OUString 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