summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/drawshape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/drawshape.cxx b/slideshow/source/engine/shapes/drawshape.cxx
index 00a8894f5ef0..8a8ebffd0783 100644
--- a/slideshow/source/engine/shapes/drawshape.cxx
+++ b/slideshow/source/engine/shapes/drawshape.cxx
@@ -597,9 +597,9 @@ namespace slideshow
if( pActivity )
pActivity->dispose();
}
- catch (uno::Exception &)
+ catch (uno::Exception const &)
{
- SAL_WARN( "slideshow", "" << comphelper::anyToString(cppu::getCaughtException() ) );
+ DBG_UNHANDLED_EXCEPTION("slideshow");
}
}