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
This commit is contained in:
Kurt Zenker 2008-06-24 11:06:29 +00:00
parent ab92ebbdb0
commit 62cbfc153a

View file

@ -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" );
}