From 62cbfc153adcbb7297c06643f97c4f917eb8a3d6 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 24 Jun 2008 11:06:29 +0000 Subject: INTEGRATION: CWS canvas05 (1.13.18); FILE MERGED 2008/04/21 07:54:11 thb 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:49:12 thb 1.13.18.1: #i79258# Merge from CWS picom --- slideshow/source/engine/animationnodes/animationaudionode.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow/source/engine/animationnodes') diff --git a/slideshow/source/engine/animationnodes/animationaudionode.cxx b/slideshow/source/engine/animationnodes/animationaudionode.cxx index 2c36858e10f8..634dc0342515 100644 --- a/slideshow/source/engine/animationnodes/animationaudionode.cxx +++ b/slideshow/source/engine/animationnodes/animationaudionode.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: animationaudionode.cxx,v $ - * $Revision: 1.14 $ + * $Revision: 1.15 $ * * This file is part of OpenOffice.org. * @@ -61,7 +61,7 @@ AnimationAudioNode::AnimationAudioNode( OSL_ENSURE( maSoundURL.getLength(), "could not extract sound source URL/empty URL string" ); - ENSURE_AND_THROW( getContext().mxComponentContext.is(), + ENSURE_OR_THROW( getContext().mxComponentContext.is(), "Invalid component context" ); } -- cgit