diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 11:09:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 11:09:08 +0000 |
commit | 056910b69ea63214800f0e7b648c6c246166fe04 (patch) | |
tree | b7863c4e38511544c69cae8298902175d57e773e /slideshow | |
parent | a23557d0921e92cddecd0475952dc87e441ca536 (diff) |
INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED
2008/04/21 07:54:05 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED
2007/10/01 13:49:12 thb 1.7.18.1: #i79258# Merge from CWS picom
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/propertyanimationnode.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/propertyanimationnode.cxx b/slideshow/source/engine/animationnodes/propertyanimationnode.cxx index e748b69a8401..bdbde602d085 100644 --- a/slideshow/source/engine/animationnodes/propertyanimationnode.cxx +++ b/slideshow/source/engine/animationnodes/propertyanimationnode.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: propertyanimationnode.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -54,7 +54,7 @@ AnimationActivitySharedPtr PropertyAnimationNode::createActivity() const switch (AnimationFactory::classifyAttributeName( attrName )) { default: case AnimationFactory::CLASS_UNKNOWN_PROPERTY: - ENSURE_AND_THROW( + ENSURE_OR_THROW( false, "Unexpected attribute class (unknown or empty attribute name)" ); break; |