diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 11:06:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 11:06:29 +0000 |
commit | 62cbfc153adcbb7297c06643f97c4f917eb8a3d6 (patch) | |
tree | ebf49445ae90f8c1646e88967f587af284065c32 /slideshow/source/engine/animationnodes | |
parent | ab92ebbdb07024f25a1ce07a66d6415d1d7155de (diff) |
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
Diffstat (limited to 'slideshow/source/engine/animationnodes')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationaudionode.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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" ); } |