From 87597b5d3d021be52f80639ef0487cf35a91ba85 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 27 Oct 2011 01:24:48 +0900 Subject: removed dead code --- svx/source/form/filtnav.cxx | 1 - svx/source/unodraw/unoshape.cxx | 4 ---- 2 files changed, 5 deletions(-) (limited to 'svx') 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 -#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, -- cgit