diff options
-rw-r--r-- | slideshow/source/engine/animationnodes/basenode.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/basenode.cxx b/slideshow/source/engine/animationnodes/basenode.cxx index 34b097019002..5a8f6779ba04 100644 --- a/slideshow/source/engine/animationnodes/basenode.cxx +++ b/slideshow/source/engine/animationnodes/basenode.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basenode.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-03-30 08:06:25 $ + * last change: $Author: obo $ $Date: 2005-04-18 09:50:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -358,7 +358,7 @@ namespace presentation // setup state transition table mpStateTransitionTable = getStateTransitionTable( getRestartMode(), - getFillMode() ); + getFillMode() ); } void BaseNode::dispose() |