diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 08:55:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 09:07:23 +0100 |
commit | 748e354af826f2439982b69ffa99dce68378d1f1 (patch) | |
tree | ae772175f7fbfde2eeed56a0e7264f2a33eb340a /dbaccess/source | |
parent | d3ac24bdb5dd4bc70a0b0c217b5e8f503dad8545 (diff) |
loplugin:unusedfields
Change-Id: Iaf188bfd43396eeec31e62ac3de3fbc76da4331a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86653
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/filter/xml/xmlfilter.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.hxx b/dbaccess/source/filter/xml/xmlfilter.hxx index b8929caa56d6..0e014f535d00 100644 --- a/dbaccess/source/filter/xml/xmlfilter.hxx +++ b/dbaccess/source/filter/xml/xmlfilter.hxx @@ -63,7 +63,6 @@ private: TPropertyNameMap m_aTablesSettings; std::vector< css::beans::PropertyValue> m_aInfoSequence; - mutable std::unique_ptr<SvXMLTokenMap> m_pDocElemTokenMap; mutable std::unique_ptr<SvXMLTokenMap> m_pDocContentElemTokenMap; mutable std::unique_ptr<SvXMLTokenMap> m_pDatabaseElemTokenMap; mutable std::unique_ptr<SvXMLTokenMap> m_pDataSourceElemTokenMap; |