framework/inc/acceleratorconst.h | 2 -- framework/source/xml/imagesdocumenthandler.cxx | 4 ---- 2 files changed, 6 deletions(-)
New commits: commit a2f7c634b3e20324a803b36112dbd764c2179d26 Author: Stephan Bergmann <[email protected]> Date: Mon Apr 18 17:40:13 2016 +0200 Remove unused XMLNS_XLINK Change-Id: Ibb2831ed71f61461e7f23edd6eea29ba64df05a9 diff --git a/framework/inc/acceleratorconst.h b/framework/inc/acceleratorconst.h index 03b0303..47949bf 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 295c72e..0ba98b3 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" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
