summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-10-27 01:24:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-10-27 01:26:30 +0900
commit87597b5d3d021be52f80639ef0487cf35a91ba85 (patch)
treefa67446c479f233259eeb1e099f259e7f43f624a /svx
parent3fcb94311fd7dd40c05ca132e3a30a888316cbbe (diff)
removed dead code
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/filtnav.cxx1
-rw-r--r--svx/source/unodraw/unoshape.cxx4
2 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index 2acbc957d2b3..67f2645ee01e 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -70,7 +70,6 @@
#include <functional>
-#define SYNC_DELAY 200
#define DROP_ACTION_TIMER_INITIAL_TICKS 10
// solange dauert es, bis das Scrollen anspringt
#define DROP_ACTION_TIMER_SCROLL_TICKS 3
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 4fcce2aa29d8..e3bfaf308346 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -118,10 +118,6 @@ using namespace ::com::sun::star::container;
using ::svx::PropertyValueProvider;
using ::svx::IPropertyValueProvider;
-#define QUERYINT( xint ) \
- if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
- aAny <<= uno::Reference< xint >(this)
-
class GDIMetaFile;
class SvStream;
sal_Bool ConvertGDIMetaFileToWMF( const GDIMetaFile & rMTF, SvStream & rTargetStream,