From 462935f367534012817efb2478c4f748f0576d5c Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 16 Jun 2012 22:08:09 +0900 Subject: removed unused forward declarations of class Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631 --- svx/source/svdraw/svdmrkv.cxx | 5 ----- svx/source/unodraw/unoshap2.cxx | 3 --- svx/source/unodraw/unoshape.cxx | 1 - 3 files changed, 9 deletions(-) (limited to 'svx') 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 @@ -58,11 +58,6 @@ #include #include -//////////////////////////////////////////////////////////////////////////////////////////////////// -// predefines - -class SdrUnoControlList; - //////////////////////////////////////////////////////////////////////////////////////////////////// // Migrate Marking of Objects, Points and GluePoints 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 ); -- cgit