summaryrefslogtreecommitdiff
path: root/xmloff/inc/enummaps.hxx
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/inc/enummaps.hxx
parent9dbb143c25782b112dc0e4de29e09d740ad6bcf7 (diff)
New loplugin:externvar: xmloff
Change-Id: I3fe731a535fe67b4cf260f9c6a36e32732695a7c
Diffstat (limited to 'xmloff/inc/enummaps.hxx')
-rw-r--r--xmloff/inc/enummaps.hxx23
1 files changed, 23 insertions, 0 deletions
diff --git a/xmloff/inc/enummaps.hxx b/xmloff/inc/enummaps.hxx
new file mode 100644
index 000000000000..5f543eda2355
--- /dev/null
+++ b/xmloff/inc/enummaps.hxx
@@ -0,0 +1,23 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_XMLOFF_INC_ENUMMAPS_HXX
+#define INCLUDED_XMLOFF_INC_ENUMMAPS_HXX
+
+#include <sal/config.h>
+
+struct SvXMLEnumMapEntry;
+
+extern SvXMLEnumMapEntry const aXML_FillStyle_EnumMap[];
+extern SvXMLEnumMapEntry const aXML_RefPoint_EnumMap[];
+extern SvXMLEnumMapEntry const aXML_BitmapMode_EnumMap[];
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */