summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdxmlimp_impl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-09-01 12:41:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-09-02 08:27:49 +0200
commitd8759f225c5246465194b71b1407c84904752cc9 (patch)
tree72dabe3110dab7b770a927f31a2aa3d2dac7c49e /xmloff/source/draw/sdxmlimp_impl.hxx
parent4b9e440c51be3e40326bc90c33ae69885bfb51e4 (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/sdxmlimp_impl.hxx')
-rw-r--r--xmloff/source/draw/sdxmlimp_impl.hxx8
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;