summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-01 10:10:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-01 10:10:28 +0000
commit5e3a37d56459ded265ff2b635b49c3c9aab4ee56 (patch)
tree7eb7a55f71b2172469efd3216a11aa3991d445f8 /slideshow/source/engine/animationnodes
parent0c93b5a191b9d8cf34de6cedf9d7edcd12d053ee (diff)
INTEGRATION: CWS pathfinder02 (1.6.32); FILE MERGED
2007/07/23 14:26:46 cl 1.6.32.1: #i79248# fixed path animation to use the DOMShape origin for non sum additive animation
Diffstat (limited to 'slideshow/source/engine/animationnodes')
-rw-r--r--slideshow/source/engine/animationnodes/animationpathmotionnode.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx
index 364b67b4ce7e..df50f0212039 100644
--- a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx
+++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animationpathmotionnode.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2007-07-17 14:47:40 $
+ * last change: $Author: hr $ $Date: 2007-08-01 11:10:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,6 +63,7 @@ AnimationActivitySharedPtr AnimationPathMotionNode::createActivity() const
aParms,
AnimationFactory::createPathMotionAnimation(
aString,
+ mxPathMotionNode->getAdditive(),
getShape(),
getContext().mpSubsettableShapeManager,
getSlideSize() ),