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 /xmloff/source/draw | |
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 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/sdxmlimp_impl.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx index d314caa0c576..c64fac494330 100644 --- a/xmloff/source/draw/sdxmlimp_impl.hxx +++ b/xmloff/source/draw/sdxmlimp_impl.hxx @@ -104,14 +104,6 @@ class SdXMLImport: public SvXMLImport // contexts for Style and AutoStyle import rtl::Reference<SdXMLMasterStylesContext> mxMasterStylesContext; - // token map lists - std::unique_ptr<SvXMLTokenMap> mpBodyElemTokenMap; - std::unique_ptr<SvXMLTokenMap> mpStylesElemTokenMap; - std::unique_ptr<SvXMLTokenMap> mpMasterPageElemTokenMap; - std::unique_ptr<SvXMLTokenMap> mpPageMasterAttrTokenMap; - std::unique_ptr<SvXMLTokenMap> mpPageMasterStyleAttrTokenMap; - std::unique_ptr<SvXMLTokenMap> mpPresentationPlaceholderAttrTokenMap; - sal_Int32 mnNewPageCount; sal_Int32 mnNewMasterPageCount; |