diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:08:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:09:38 +0900 |
commit | 462935f367534012817efb2478c4f748f0576d5c (patch) | |
tree | 3dbd9b7167e8a09b2e6252d486892eabef3cc382 /svx | |
parent | 74b5e0d5e5b57755553fde6c77712a87025f1667 (diff) |
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdmrkv.cxx | 5 | ||||
-rw-r--r-- | svx/source/unodraw/unoshap2.cxx | 3 | ||||
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx index 9ef1e738745b..f0f8f9d2ab4d 100644 --- a/svx/source/svdraw/svdmrkv.cxx +++ b/svx/source/svdraw/svdmrkv.cxx @@ -59,11 +59,6 @@ #include <svx/sdrhittesthelper.hxx> //////////////////////////////////////////////////////////////////////////////////////////////////// -// predefines - -class SdrUnoControlList; - -//////////////////////////////////////////////////////////////////////////////////////////////////// // Migrate Marking of Objects, Points and GluePoints class ImplMarkingOverlay diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index 9fab3b72eada..07bc6c4e54b0 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -84,9 +84,6 @@ using namespace ::com::sun::star::container; if( rType == ::getCppuType((const Reference< xint >*)0) ) \ aAny <<= Reference< xint >(this) -class GDIMetaFile; -class SvStream; - /*********************************************************************** * class SvxShapeGroup * ***********************************************************************/ diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 28b00a72d909..8194e821f04d 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -115,7 +115,6 @@ using ::svx::PropertyValueProvider; using ::svx::IPropertyValueProvider; class GDIMetaFile; -class SvStream; uno::Reference< uno::XInterface > SAL_CALL SvxUnoGluePointAccess_createInstance( SdrObject* pObject ); |