summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeexport.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:39:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:39:25 +0100
commit76f894f2483d9416b9a4aeb739481abfd0c25c02 (patch)
tree9ce76c2f14a82ef9ae9f7ff54035f6b4f41985c6 /xmloff/source/draw/shapeexport.cxx
parent9dbb143c25782b112dc0e4de29e09d740ad6bcf7 (diff)
New loplugin:externvar: xmloff
Change-Id: I3fe731a535fe67b4cf260f9c6a36e32732695a7c
Diffstat (limited to 'xmloff/source/draw/shapeexport.cxx')
-rw-r--r--xmloff/source/draw/shapeexport.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index cdc789157710..dfa0624ab87b 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -114,6 +114,7 @@
#include "sdpropls.hxx"
#include "sdxmlexp_impl.hxx"
#include "xexptran.hxx"
+#include "ximpshap.hxx"
#include "XMLBase64Export.hxx"
#include "XMLImageMapExport.hxx"
#include <memory>
@@ -1207,9 +1208,6 @@ void XMLShapeExport::ImpCalcShapeType(const uno::Reference< drawing::XShape >& x
}
}
-extern SvXMLEnumMapEntry aXML_GlueAlignment_EnumMap[];
-extern SvXMLEnumMapEntry aXML_GlueEscapeDirection_EnumMap[];
-
/** exports all user defined glue points */
void XMLShapeExport::ImpExportGluePoints( const uno::Reference< drawing::XShape >& xShape )
{