summaryrefslogtreecommitdiff
path: root/animations/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-01 10:09:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-01 10:09:11 +0000
commit0c93b5a191b9d8cf34de6cedf9d7edcd12d053ee (patch)
tree77e22504d58ff32ef83423e3a0ce1e307a431f33 /animations/source
parenta36687de321bc6ecc290d8d91b1c5fdeef5ef742 (diff)
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
Diffstat (limited to 'animations/source')
-rw-r--r--animations/source/animcore/animcore.cxx6
1 files 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 ),