summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 11:27:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 11:27:57 +0000
commit841006070b46559440c5990727755a8e4caa45b2 (patch)
tree731b613758dc2259ca3c1d6837a587ef1e25425e /svx/source/unodraw
parent544d719fff9926cdc73804391c2694e1cfaf464a (diff)
INTEGRATION: CWS rptchart02 (1.7.344); FILE MERGED
2008/04/16 06:35:49 oj 1.7.344.2: RESYNC: (1.7-1.9); FILE MERGED 2008/04/03 13:25:31 oj 1.7.344.1: impl XInplaceClient at lightclient
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/shapeimpl.hxx30
1 files changed, 1 insertions, 29 deletions
diff --git a/svx/source/unodraw/shapeimpl.hxx b/svx/source/unodraw/shapeimpl.hxx
index 48e26dcdb2..74450da94b 100644
--- a/svx/source/unodraw/shapeimpl.hxx
+++ b/svx/source/unodraw/shapeimpl.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: shapeimpl.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -49,34 +49,6 @@ public:
* *
***********************************************************************/
-class SvxOle2Shape : public SvxShape
-{
-protected:
- // overide these for special property handling in subcasses. Return true if property is handled
- virtual bool setPropertyValueImpl( const SfxItemPropertyMap* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
- virtual bool getPropertyValueImpl( const SfxItemPropertyMap* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
-
- void resetModifiedState();
-
- const SvGlobalName GetClassName_Impl(rtl::OUString& rHexCLSID);
-
-public:
- SvxOle2Shape( SdrObject* pObj ) throw();
- SvxOle2Shape( SdrObject* pObject, const SfxItemPropertyMap* pPropertySet ) throw ();
- virtual ~SvxOle2Shape() throw();
-
- sal_Bool createObject( const SvGlobalName &aClassName );
-
- sal_Bool createLink( const ::rtl::OUString& aLinkURL );
-
- // XInterface
- virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
-};
-
-/***********************************************************************
-* *
-***********************************************************************/
-
class SvxPluginShape : public SvxOle2Shape
{
protected: