From 21373c757315b05e77aab50d9fc5d57d70a77c14 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 May 2018 11:27:18 +0200 Subject: loplugin:unusedfields in svtools Change-Id: Idbf5e0d715784a4141b3fc712d104f84bf04dfc6 Reviewed-on: https://gerrit.libreoffice.org/54450 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/misc/templatefoldercache.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svtools/source/misc') diff --git a/svtools/source/misc/templatefoldercache.cxx b/svtools/source/misc/templatefoldercache.cxx index f27abc4e2071..41141d1ba0c9 100644 --- a/svtools/source/misc/templatefoldercache.cxx +++ b/svtools/source/misc/templatefoldercache.cxx @@ -105,7 +105,6 @@ namespace svt private: INetURLObject m_aURL; - OUString m_sLocalName; // redundant - last segment of m_aURL util::DateTime m_aLastModified; // date of last modification as reported by UCP TemplateFolderContent m_aSubContents; // sorted (by name) list of the children @@ -143,7 +142,6 @@ namespace svt :m_aURL( _rURL ) { DBG_ASSERT( INetProtocol::NotValid != m_aURL.GetProtocol(), "TemplateContent::TemplateContent: invalid URL!" ); - m_sLocalName = m_aURL.getName(); implResetDate(); } -- cgit