diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-18 17:40:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-18 17:40:13 +0200 |
commit | a2f7c634b3e20324a803b36112dbd764c2179d26 (patch) | |
tree | c8d68cff4409bd57625e19d427627f089b95bc57 /framework | |
parent | ead6507f060caafb588861d8ec8aee82bd880e67 (diff) |
Remove unused XMLNS_XLINK
Change-Id: Ibb2831ed71f61461e7f23edd6eea29ba64df05a9
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/acceleratorconst.h | 2 | ||||
-rw-r--r-- | framework/source/xml/imagesdocumenthandler.cxx | 4 |
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" |