From f6d3f5a8bd544e215fd39bb6ca8cf10e0fac5b2a Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 16 Jun 2008 11:27:57 +0000 Subject: 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 --- svx/source/unodraw/shapeimpl.hxx | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'svx/source/unodraw') diff --git a/svx/source/unodraw/shapeimpl.hxx b/svx/source/unodraw/shapeimpl.hxx index c451242e1ff3..efbcb07dab7d 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: -- cgit