summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 10:50:20 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 12:45:49 +0200
commit4c7ce41582b85375df385a05770a0a79fa742bbc (patch)
tree2d57baa7f995cdf92d896b364b56953c191a491f /xmloff/source/draw
parenta218039d2a1176a5c788498fd8b50efe9b195b54 (diff)
loplugin:unusedfields in xmlhelp,xmloff
Change-Id: I4d2f0ff95da5abaa3d0a0a5223616e09e0c476fc
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r--xmloff/source/draw/sdxmlimp_impl.hxx3
-rw-r--r--xmloff/source/draw/shapeimport.cxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx
index 3d251d55b9f2..4a585e79e0a6 100644
--- a/xmloff/source/draw/sdxmlimp_impl.hxx
+++ b/xmloff/source/draw/sdxmlimp_impl.hxx
@@ -196,9 +196,6 @@ class SdXMLImport: public SvXMLImport
bool mbLoadDoc;
bool mbPreview;
- std::map< sal_Int32, css::uno::Reference< css::drawing::XDrawPage >, SdXMLltXDrawPageId >
- maDrawPageIds;
-
OUString msPageLayouts;
OUString msPreview;
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx
index 4bd6fe67d350..8ff67a3eac0a 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -95,9 +95,6 @@ struct XMLShapeImportHelperImpl
// context for sorting shapes
ShapeSortContext* mpSortContext;
- std::map<sal_Int32, css::uno::Reference< css::drawing::XShape >, ltint32>
- maShapeIds;
-
std::vector<ConnectionHint> maConnections;
// #88546# possibility to switch progress bar handling on/off