diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:39:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:39:25 +0100 |
commit | 76f894f2483d9416b9a4aeb739481abfd0c25c02 (patch) | |
tree | 9ce76c2f14a82ef9ae9f7ff54035f6b4f41985c6 /xmloff/source/style/PageMasterPropHdlFactory.cxx | |
parent | 9dbb143c25782b112dc0e4de29e09d740ad6bcf7 (diff) |
New loplugin:externvar: xmloff
Change-Id: I3fe731a535fe67b4cf260f9c6a36e32732695a7c
Diffstat (limited to 'xmloff/source/style/PageMasterPropHdlFactory.cxx')
-rw-r--r-- | xmloff/source/style/PageMasterPropHdlFactory.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xmloff/source/style/PageMasterPropHdlFactory.cxx b/xmloff/source/style/PageMasterPropHdlFactory.cxx index 44165455add0..e3467d758145 100644 --- a/xmloff/source/style/PageMasterPropHdlFactory.cxx +++ b/xmloff/source/style/PageMasterPropHdlFactory.cxx @@ -18,6 +18,7 @@ */ #include "PageMasterPropHdlFactory.hxx" +#include "enummaps.hxx" #include <xmloff/xmltypes.hxx> #include <xmloff/xmltoken.hxx> #include "xmlbahdl.hxx" @@ -43,11 +44,6 @@ using namespace ::com::sun::star; //UUUU using namespace ::com::sun::star::drawing; -//UUUU -extern SvXMLEnumMapEntry aXML_FillStyle_EnumMap[]; -extern SvXMLEnumMapEntry aXML_RefPoint_EnumMap[]; -extern SvXMLEnumMapEntry aXML_BitmapMode_EnumMap[]; - static SvXMLEnumMapEntry const aXML_TextGridMode_ConstantMap[] = { { XML_NONE, text::TextGridMode::NONE }, |