diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-01 12:41:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-02 08:27:49 +0200 |
commit | d8759f225c5246465194b71b1407c84904752cc9 (patch) | |
tree | 72dabe3110dab7b770a927f31a2aa3d2dac7c49e /include/xmloff | |
parent | 4b9e440c51be3e40326bc90c33ae69885bfb51e4 (diff) |
loplugin:unusedfields
Change-Id: Icecc024c4385ec69508369d2645d8412e6dbff69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101835
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlstyle.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index 991b22edc9fa..f606d9aef30b 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -142,7 +142,6 @@ public: class XMLOFF_DLLPUBLIC SvXMLStylesContext : public SvXMLImportContext { std::unique_ptr<SvXMLStylesContext_Impl> mpImpl; - std::unique_ptr<SvXMLTokenMap> mpStyleStylesElemTokenMap; css::uno::Reference< css::container::XNameContainer > mxParaStyles; |