summaryrefslogtreecommitdiff
path: root/sd/inc/CustomAnimationEffect.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-14 09:42:46 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-14 09:42:46 +0000
commit76b43ce8f6867f8599fdb4bbf179950debdcea75 (patch)
tree7b313837d2235786ccecb873a1c172ba7a477ae9 /sd/inc/CustomAnimationEffect.hxx
parenteb6b0a0d1a88158b4cfeca8eaafc3b0aaa939848 (diff)
INTEGRATION: CWS impress61 (1.7.94); FILE MERGED
2005/06/28 11:54:10 cl 1.7.94.1: #i44633# added correct cloning of animations
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index 622d22f0fc50..d68b51aa7e50 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CustomAnimationEffect.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 14:16:20 $
+ * last change: $Author: kz $ $Date: 2005-07-14 10:42:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -377,6 +377,9 @@ public:
sal_Int32 getSequenceType() const { return mnSequenceType; }
+ ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > getTriggerShape() const { return mxEventSource; }
+ void setTriggerShape( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xTrigger ) { mxEventSource = xTrigger; }
+
protected:
virtual void implRebuild();
virtual void reset();
@@ -410,10 +413,6 @@ public:
/** this method rebuilds the animation nodes */
virtual void rebuild();
- ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > getTriggerShape() const { return mxEventSource; }
-
-protected:
- void setTriggerShape( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xTrigger ) { mxEventSource = xTrigger; }
private:
virtual void implRebuild();