diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 07:07:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 07:07:45 +0000 |
commit | 55ea73a4d64418ede3eb7ace8316fc5a7c139e44 (patch) | |
tree | e0277baafa16a35a6bddf6a974803478ccbe0d8f /slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx | |
parent | 005f2a98c0c3664227f2b13f8814c6950d388623 (diff) |
INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED
2005/03/21 17:37:16 dbo 1.2.8.1: #i41476# schedule deactivation of parent node if no children are available
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx index aa06c9c2d4fb..76a43ced0df8 100644 --- a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx +++ b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sequentialtimecontainer.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-01-21 17:07:44 $ + * last change: $Author: rt $ $Date: 2005-03-30 08:07:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,7 @@ namespace presentation if( getState() == ACTIVE ) return true; // avoid duplicate event generation - if( !BaseNode::activate() ) + if( !BaseContainerNode::activate() ) return false; // resolve first child |