summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/inc/acceleratorconst.h2
-rw-r--r--framework/source/xml/imagesdocumenthandler.cxx4
2 files changed, 0 insertions, 6 deletions
diff --git a/framework/inc/acceleratorconst.h b/framework/inc/acceleratorconst.h
index 03b0303504b8..47949bf17c8e 100644
--- a/framework/inc/acceleratorconst.h
+++ b/framework/inc/acceleratorconst.h
@@ -26,8 +26,6 @@ namespace framework{
#define ATTRIBUTE_TYPE_CDATA "CDATA"
-#define XMLNS_XLINK "xlink"
-
// same items with a name space alias
#define AL_ELEMENT_ACCELERATORLIST "accel:acceleratorlist"
#define AL_ELEMENT_ITEM "accel:item"
diff --git a/framework/source/xml/imagesdocumenthandler.cxx b/framework/source/xml/imagesdocumenthandler.cxx
index 295c72ec795f..0ba98b3d353d 100644
--- a/framework/source/xml/imagesdocumenthandler.cxx
+++ b/framework/source/xml/imagesdocumenthandler.cxx
@@ -32,10 +32,6 @@
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::xml::sax;
-#ifdef XMLNS_XLINK
-#undef XMLNS_XLINK
-#endif
-
#define ELEMENT_IMAGECONTAINER "imagescontainer"
#define ELEMENT_IMAGES "images"
#define ELEMENT_ENTRY "entry"