summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-23 09:47:48 +0200
committerNoel Grandin <noel@peralex.com>2015-01-08 10:39:36 +0200
commit45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch)
treee368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /include/xmloff
parent0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff)
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/families.hxx2
-rw-r--r--include/xmloff/xmlimp.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/xmloff/families.hxx b/include/xmloff/families.hxx
index c8e64d91e54c..5f88b0f471c4 100644
--- a/include/xmloff/families.hxx
+++ b/include/xmloff/families.hxx
@@ -26,7 +26,6 @@
// Misc (Pool)
// reserved: 0..99
#define XML_STYLE_FAMILY_DATA_STYLE 0
-#define XML_STYLE_FAMILY_DATA_STYLE_NAME "data-style"
#define XML_STYLE_FAMILY_PAGE_MASTER 1
#define XML_STYLE_FAMILY_PAGE_MASTER_NAME "page-layout"
#define XML_STYLE_FAMILY_PAGE_MASTER_PREFIX "pm"
@@ -102,7 +101,6 @@
// Forms/Controls
// reserved 600..649
#define XML_STYLE_FAMILY_CONTROL_ID 600
-#define XML_STYLE_FAMILY_CONTROL_NAME "control"
#define XML_STYLE_FAMILY_CONTROL_PREFIX "ctrl"
#endif // INCLUDED_XMLOFF_FAMILIES_HXX
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index cc08bfcbd6b5..d6b4acbf167c 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -95,7 +95,6 @@ enum class SvXMLImportFlags {
SETTINGS = 0x0040,
FONTDECLS = 0x0080,
EMBEDDED = 0x0100,
- OOO_NAMESPACES = 0x0100,
ALL = 0xffff
};
namespace o3tl
@@ -104,7 +103,6 @@ namespace o3tl
}
-
class XMLOFF_DLLPUBLIC SvXMLImport : public ::cppu::WeakImplHelper7<
::com::sun::star::xml::sax::XExtendedDocumentHandler,
::com::sun::star::xml::sax::XFastDocumentHandler,