[Libreoffice-commits] .: svx/source

Takeshi Abe tabe at kemper.freedesktop.org
Tue Oct 18 20:10:31 PDT 2011


 svx/source/dialog/docrecovery.cxx |    2 --
 svx/source/unodraw/unoshap2.cxx   |    3 ---
 svx/source/unodraw/unoshap3.cxx   |    3 ---
 3 files changed, 8 deletions(-)

New commits:
commit 0cb79e748687bcd3054cdcbf8961bc0b78279f85
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Oct 18 20:40:16 2011 +0900

    removed unused macro

diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index 8def4d8..8dec4c9 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -64,8 +64,6 @@
 #include <unotools/pathoptions.hxx>
 #include <unotools/localfilehelper.hxx>
 
-#define RET_BACK    100
-
 //===============================================
 // namespace
 namespace svx{
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 67a3110..8e597f7 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -82,9 +82,6 @@ using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::container;
 
-#define INTERFACE_TYPE( xint ) \
-    ::getCppuType((const Reference< xint >*)0)
-
 #define QUERYINT( xint ) \
     if( rType == ::getCppuType((const Reference< xint >*)0) ) \
         aAny <<= Reference< xint >(this)
diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx
index 5a0d631..659fe7f 100644
--- a/svx/source/unodraw/unoshap3.cxx
+++ b/svx/source/unodraw/unoshap3.cxx
@@ -67,9 +67,6 @@ using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::container;
 
-#define INTERFACE_TYPE( xint ) \
-    ::getCppuType((const Reference< xint >*)0)
-
 #define QUERYINT( xint ) \
     if( rType == ::getCppuType((const Reference< xint >*)0) ) \
         aAny <<= Reference< xint >(this)


More information about the Libreoffice-commits mailing list