summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-23 15:32:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 15:32:57 +0000
commit379b98741ac6780db0d6d50aa7c321e6b25246e9 (patch)
treee0fd6f8978f9a201fbed83e6400dfce98cbaa183 /sd/source/ui/slideshow
parent7db1dbaa70b4b1ef52d66215e15fc44c9650ef1f (diff)
coverity#707113 Uncaught exception
Change-Id: I612503ef40682820821dbf61dd12afbc62e4eb39
Diffstat (limited to 'sd/source/ui/slideshow')
-rw-r--r--sd/source/ui/slideshow/slideshow.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx
index 8f3f757bb182..13fb14118e55 100644
--- a/sd/source/ui/slideshow/slideshow.cxx
+++ b/sd/source/ui/slideshow/slideshow.cxx
@@ -834,7 +834,8 @@ void SAL_CALL SlideShow::rehearseTimings() throw(RuntimeException)
// XPresentation2
-void SAL_CALL SlideShow::startWithArguments( const Sequence< PropertyValue >& rArguments ) throw (RuntimeException)
+void SAL_CALL SlideShow::startWithArguments(const Sequence< PropertyValue >& rArguments)
+ throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
ThrowIfDisposed();