summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-10-18 20:40:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-10-19 12:02:56 +0900
commit0cb79e748687bcd3054cdcbf8961bc0b78279f85 (patch)
tree711027a4635730402a9df76a5ad9e2f2b7364944 /svx
parent9706288e95cfdbecdfc2cab3a66a2cce07ac23b4 (diff)
removed unused macro
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/docrecovery.cxx2
-rw-r--r--svx/source/unodraw/unoshap2.cxx3
-rw-r--r--svx/source/unodraw/unoshap3.cxx3
3 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index 8def4d8cbcdb..8dec4c98b066 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 67a311002552..8e597f71330a 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 5a0d631ffa32..659fe7f78157 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)