From 056910b69ea63214800f0e7b648c6c246166fe04 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 24 Jun 2008 11:09:08 +0000 Subject: 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 --- slideshow/source/engine/animationnodes/propertyanimationnode.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') 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; -- cgit