[Libreoffice-commits] core.git: framework/inc framework/source

Stephan Bergmann sbergman at redhat.com
Mon Apr 18 15:40:41 UTC 2016


 framework/inc/acceleratorconst.h               |    2 --
 framework/source/xml/imagesdocumenthandler.cxx |    4 ----
 2 files changed, 6 deletions(-)

New commits:
commit a2f7c634b3e20324a803b36112dbd764c2179d26
Author: Stephan Bergmann <sbergman at redhat.com>
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"


More information about the Libreoffice-commits mailing list