diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 11:07:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 11:07:27 +0000 |
commit | 0d10b0662a4f40293cd98d5fe9eb07a4fe0a455a (patch) | |
tree | c98f895ed79bac375cf5acf229843774e7ece53b /slideshow | |
parent | d87412f8f22d7edb020fe706d48ed1e3ebed5a74 (diff) |
INTEGRATION: CWS canvas05 (1.8.10); FILE MERGED
2008/04/21 07:54:29 thb 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED
2007/10/01 13:49:12 thb 1.8.10.1: #i79258# Merge from CWS picom
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationpathmotionnode.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx index 82ece2538f93..c64336d3493f 100644 --- a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx +++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: animationpathmotionnode.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -50,7 +50,7 @@ void AnimationPathMotionNode::dispose() AnimationActivitySharedPtr AnimationPathMotionNode::createActivity() const { rtl::OUString aString; - ENSURE_AND_THROW( (mxPathMotionNode->getPath() >>= aString), + ENSURE_OR_THROW( (mxPathMotionNode->getPath() >>= aString), "no string-based SVG:d path found" ); ActivitiesFactory::CommonParameters const aParms( fillCommonParameters() ); |