diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-18 08:50:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-18 08:50:21 +0000 |
commit | edd1158498aec99ec0ea629f8c6d5976add354e6 (patch) | |
tree | 047be87b35d2190224993497851eba744c0c2cde /slideshow/source/engine/animationnodes/basenode.cxx | |
parent | a3ad36391d5700ae581b017d72d52186f537ba49 (diff) |
INTEGRATION: CWS presfixes03 (1.3.2); FILE MERGED
2005/04/11 23:10:47 thb 1.3.2.1: #i36190# #i44807# Fixed incorrect shape rendering after effects: 1. when attribute layers are removed, a content update is due (possibly, everything has changed). 2. calc bounding box and static-mode shape transformation correctly (take attribute layer pos and scale into account); changed @since tags; beautified formatting
Diffstat (limited to 'slideshow/source/engine/animationnodes/basenode.cxx')
-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() |