ucb/source/ucp/file/filid.cxx | 5 +---- ucb/source/ucp/file/filid.hxx | 1 - 2 files changed, 1 insertion(+), 5 deletions(-)
New commits: commit 9723634f70be3c8399d7b735d05c6cbb74a29f90 Author: ccsheller <ccshel...@gmail.com> Date: Thu Aug 17 10:26:14 2017 +0800 Removing unused code:FileContentIdentifier::m_aNormalizedId Change-Id: Ie578e1640908d3956788de205ce6d1114fc2dba1 Reviewed-on: https://gerrit.libreoffice.org/41236 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/ucb/source/ucp/file/filid.cxx b/ucb/source/ucp/file/filid.cxx index 9b5cb78d2809..830cf9b1ab4b 100644 --- a/ucb/source/ucp/file/filid.cxx +++ b/ucb/source/ucp/file/filid.cxx @@ -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() diff --git a/ucb/source/ucp/file/filid.hxx b/ucb/source/ucp/file/filid.hxx index 428d4b4d91cc..9bf7053cdbb5 100644 --- a/ucb/source/ucp/file/filid.hxx +++ b/ucb/source/ucp/file/filid.hxx @@ -69,7 +69,6 @@ namespace fileaccess { private: OUString m_aContentId; // The URL string - OUString m_aNormalizedId; // The somehow normalized string OUString m_aProviderScheme; }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits