diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-07 14:16:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-07 15:03:25 +0100 |
commit | 039a87fb1022fe4d6e66e1540e7fb49cb154f08a (patch) | |
tree | d0ca1656d4b5333806dd84666db261830608ede0 /xmloff | |
parent | a5dea5aacd03601e08a04c674249a79ed40d8ad5 (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 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index d2c346fbe5f6..a96836829318 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -422,7 +422,6 @@ SvXMLImport::SvXMLImport( } registerNamespaces(); maNamespaceAttrList = new comphelper::AttributeList; - maAttrList = new comphelper::AttributeList; } void SvXMLImport::cleanup() throw () |