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:
parent
ab92ebbdb0
commit
62cbfc153a
1 changed files with 2 additions and 2 deletions
|
@ -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" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue