INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED

2007/02/25 01:10:24 thb 1.6.12.1: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour
This commit is contained in:
Oliver Bolte 2007-07-17 13:41:34 +00:00
parent e4600680df
commit 90a1e8400b

View file

@ -4,9 +4,9 @@
*
* $RCSfile: soundplayer.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: hr $ $Date: 2007-06-27 15:50:15 $
* last change: $Author: obo $ $Date: 2007-07-17 14:41:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -136,6 +136,10 @@ namespace slideshow
aURL.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ) ),
uno::UNO_QUERY_THROW );
}
catch( uno::RuntimeException& )
{
throw;
}
catch( uno::Exception& )
{
throw lang::NoSupportException(