From 0c93b5a191b9d8cf34de6cedf9d7edcd12d053ee Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 1 Aug 2007 10:09:11 +0000
Subject: [PATCH] INTEGRATION: CWS pathfinder02 (1.5.20); FILE MERGED
2007/07/23 14:25:23 cl 1.5.20.1: #i79248# made replace the default for
additive attribute
---
animations/source/animcore/animcore.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index b6320fbfac66..2fd007d0c538 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animcore.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 10:36:09 $
+ * last change: $Author: hr $ $Date: 2007-08-01 11:09:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -494,7 +494,7 @@ AnimationNode::AnimationNode( sal_Int16 nNodeType )
mnValueType( 0 ),
mnSubItem( 0 ),
mnCalcMode( (nNodeType == AnimationNodeType::ANIMATEMOTION) ? AnimationCalcMode::PACED : AnimationCalcMode::LINEAR),
- mnAdditive(AnimationAdditiveMode::BASE),
+ mnAdditive(AnimationAdditiveMode::REPLACE),
mbAccumulate(sal_False),
mnColorSpace( AnimationColorSpace::RGB ),
mbDirection( sal_True ),