summaryrefslogtreecommitdiff
path: root/sd/inc/CustomAnimationEffect.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 17:16:45 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 17:16:45 +0000
commit3bcb1c7f75dadde0ba2b537de8da338b38001671 (patch)
tree370273758f03f214f65ba1b3067b8d0f6aa21fea /sd/inc/CustomAnimationEffect.hxx
parentad12cd68084b792ab76e32accb5cd910fa252a68 (diff)
INTEGRATION: CWS impress28 (1.2.38); FILE MERGED
2005/01/06 11:47:23 cl 1.2.38.1: #i39941# added undo for animation when shapes are deleted
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index 684f57e45800..42186b676fd3 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CustomAnimationEffect.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 19:37:09 $
+ * last change: $Author: kz $ $Date: 2005-01-21 18:16:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -333,6 +333,7 @@ public:
virtual void disposeShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
virtual void insertTextRange( const com::sun::star::uno::Any& aTarget );
virtual void disposeTextRange( const com::sun::star::uno::Any& aTarget );
+ virtual bool hasEffect( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
/** this must be called if effects from this sequence are changed.
the method will call the registered listeners */
@@ -418,6 +419,7 @@ public:
virtual void disposeShape( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
virtual void insertTextRange( const com::sun::star::uno::Any& aTarget );
virtual void disposeTextRange( const com::sun::star::uno::Any& aTarget );
+ virtual bool hasEffect( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
const InteractiveSequenceList& getInteractiveSequenceList() const { return maInteractiveSequenceList; }