summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-16 11:27:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 08:40:02 +0200
commit21373c757315b05e77aab50d9fc5d57d70a77c14 (patch)
tree080f4a0673a55df0ac9da3891e896c7cc6dca5a3 /svtools/source/misc
parent9ffdf7adc00d8e9d931184d3008f4e505e4a5024 (diff)
loplugin:unusedfields in svtools
Change-Id: Idbf5e0d715784a4141b3fc712d104f84bf04dfc6 Reviewed-on: https://gerrit.libreoffice.org/54450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/templatefoldercache.cxx2
1 files changed, 0 insertions, 2 deletions
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();
}