summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/soundplayer.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 13:41:34 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 13:41:34 +0000
commit90a1e8400b2e99f142d6790468506d2432491427 (patch)
tree08f64c15f5d519823e19c08437c6b4321922309d /slideshow/source/engine/soundplayer.cxx
parente4600680df3028d7b5fd3f46a715de84807fd07f (diff)
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
Diffstat (limited to 'slideshow/source/engine/soundplayer.cxx')
-rw-r--r--slideshow/source/engine/soundplayer.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/slideshow/source/engine/soundplayer.cxx b/slideshow/source/engine/soundplayer.cxx
index 94d165ae79cf..3e44d162b1eb 100644
--- a/slideshow/source/engine/soundplayer.cxx
+++ b/slideshow/source/engine/soundplayer.cxx
@@ -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(