diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:27:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:27:57 +0000 |
commit | f6d3f5a8bd544e215fd39bb6ca8cf10e0fac5b2a (patch) | |
tree | 9c03cb1babdb3c240fa237dba7c275354094e2ab /svx/source/unodraw | |
parent | 680df3397f4a918f0ce7b72f0d2ab60fc333b57f (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.hxx | 30 |
1 files changed, 1 insertions, 29 deletions
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: |