summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-06 08:42:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-06 13:17:49 +0100
commit875944d0cfffb3540234affe2d0b2eba1fcddf90 (patch)
tree30f7d7b2944fc896f496dda1c40263ce88f75221 /include
parentd7bcf59a51a058ba57e685cfc3e000fec623f716 (diff)
loplugin:unusedfields
Change-Id: Ib360179887572ec55245d7892651eaf7113ed3cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105389 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlictxt.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index 95b631e1c2af..69fa648b64f8 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -50,13 +50,10 @@ class XMLOFF_DLLPUBLIC SvXMLImportContext : public css::xml::sax::XFastContextHa
SvXMLImport& mrImport;
OUString maLocalName;
- std::unique_ptr<SvXMLNamespaceMap> m_pRewindMap;
oslInterlockedCount m_nRefCount;
sal_uInt16 mnPrefix;
bool mbPrefixAndLocalNameFilledIn;
- SAL_DLLPRIVATE void PutRewindMap(std::unique_ptr<SvXMLNamespaceMap> p) { m_pRewindMap = std::move(p); }
-
protected:
SvXMLImport& GetImport() { return mrImport; }