diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 07:05:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 07:05:16 +0000 |
commit | 1f800ece43d7ae2645f423bf101d429b33404809 (patch) | |
tree | d12d287c55c8c84cfb58fd090dfb43f6019eb153 | |
parent | 8e5a0501da49e486920be9fa7e51fa76f3f75afb (diff) |
INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED
2005/03/14 16:12:31 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches
-rw-r--r-- | slideshow/source/engine/animationnodes/animationbasenode.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/slideshow/source/engine/animationnodes/animationbasenode.cxx b/slideshow/source/engine/animationnodes/animationbasenode.cxx index 16df87e7d0e4..1cbd40111273 100644 --- a/slideshow/source/engine/animationnodes/animationbasenode.cxx +++ b/slideshow/source/engine/animationnodes/animationbasenode.cxx @@ -2,9 +2,9 @@ * * $RCSfile: animationbasenode.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2005-03-10 13:49:53 $ + * last change: $Author: rt $ $Date: 2005-03-30 08:05:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -239,10 +239,10 @@ namespace presentation // okay, found a ParagraphTarget with a valid XShape. Does the shape // provide the given paragraph? - const DocTreeNode& rTreeNode( DocTreeNode::createFromShape( - mpShape, - aTarget.Paragraph, - DocTreeNode::NODETYPE_LOGICAL_PARAGRAPH ) ); + const DocTreeNode& rTreeNode( + mpShape->getTreeNodeSupplier().getTreeNode( + aTarget.Paragraph, + DocTreeNode::NODETYPE_LOGICAL_PARAGRAPH ) ); // CAUTION: the creation of the subset shape // _must_ stay in the node constructor, since |