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
This commit is contained in:
Jens-Heiner Rechtien 2007-08-01 10:09:11 +00:00
parent a36687de32
commit 0c93b5a191

View File

@ -4,9 +4,9 @@
* *
* $RCSfile: animcore.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -494,7 +494,7 @@ AnimationNode::AnimationNode( sal_Int16 nNodeType )
mnValueType( 0 ), mnValueType( 0 ),
mnSubItem( 0 ), mnSubItem( 0 ),
mnCalcMode( (nNodeType == AnimationNodeType::ANIMATEMOTION) ? AnimationCalcMode::PACED : AnimationCalcMode::LINEAR), mnCalcMode( (nNodeType == AnimationNodeType::ANIMATEMOTION) ? AnimationCalcMode::PACED : AnimationCalcMode::LINEAR),
mnAdditive(AnimationAdditiveMode::BASE), mnAdditive(AnimationAdditiveMode::REPLACE),
mbAccumulate(sal_False), mbAccumulate(sal_False),
mnColorSpace( AnimationColorSpace::RGB ), mnColorSpace( AnimationColorSpace::RGB ),
mbDirection( sal_True ), mbDirection( sal_True ),