summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-12-25 15:41:27 -0800
committerJoseph Powers <jpowers27@cox.net>2010-12-25 15:41:27 -0800
commite20633dc65b81e5f77d7e8a0c8e2e5aa21957a06 (patch)
tree93498b2f305760723b4ee318d1966863636d6c8d /svx
parent8bd249b49e79c1736a328b901b1ea5c16780460e (diff)
Remove DECLARE_LIST( SvxDrawPageList, SvxDrawPage *)
Plus remove a macro that isn't used.
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/unopage.hxx1
-rw-r--r--svx/source/unodraw/unopage.cxx7
2 files changed, 0 insertions, 8 deletions
diff --git a/svx/inc/svx/unopage.hxx b/svx/inc/svx/unopage.hxx
index 31b4a2ebb57e..ac84ef560c36 100644
--- a/svx/inc/svx/unopage.hxx
+++ b/svx/inc/svx/unopage.hxx
@@ -60,7 +60,6 @@ class SvxShape;
class SvxShapeGroup;
class SvxShapeConnector;
class SvxShapeList;
-class SvxDrawPageList;
/***********************************************************************
* Macros fuer Umrechnung Twips<->100tel mm *
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index 57cc94230450..83dd439d2fc7 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -71,13 +71,6 @@ using namespace ::com::sun::star::drawing;
#define INTERFACE_TYPE( xint ) \
::getCppuType((const Reference< xint >*)0)
-#define QUERYINT( xint ) \
- if( rType == ::getCppuType((const Reference< xint >*)0) ) \
- aAny <<= Reference< xint >(this)
-
-DECLARE_LIST( SvxDrawPageList, SvxDrawPage * )
-
-
/**********************************************************************
* class SvxDrawPage *
**********************************************************************/