summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-07 14:16:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-07 15:03:25 +0100
commit039a87fb1022fe4d6e66e1540e7fb49cb154f08a (patch)
treed0ca1656d4b5333806dd84666db261830608ede0 /include/xmloff
parenta5dea5aacd03601e08a04c674249a79ed40d8ad5 (diff)
loplugin:unusedfields
Change-Id: Ia02d8359e0158c7658ac3abcaf2b6c19a3b33131 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107348 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlimp.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index ae165a2201b8..2a18accc9ccc 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -229,7 +229,6 @@ class XMLOFF_DLLPUBLIC SvXMLImport : public cppu::WeakImplHelper<
std::set< OUString > embeddedFontUrlsKnown;
css::uno::Reference< css::xml::sax::XFastParser > mxParser;
rtl::Reference< SvXMLImportFastNamespaceHandler > maNamespaceHandler;
- rtl::Reference < comphelper::AttributeList > maAttrList;
rtl::Reference < comphelper::AttributeList > maNamespaceAttrList;
css::uno::Reference< css::xml::sax::XFastDocumentHandler > mxFastDocumentHandler;
static rtl::Reference< xmloff::token::FastTokenHandler > xTokenHandler;