summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/eventqueue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/eventqueue.cxx')
-rw-r--r--slideshow/source/engine/eventqueue.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/eventqueue.cxx b/slideshow/source/engine/eventqueue.cxx
index bcf8d1b685a5..2cb928cc3436 100644
--- a/slideshow/source/engine/eventqueue.cxx
+++ b/slideshow/source/engine/eventqueue.cxx
@@ -73,9 +73,9 @@ namespace slideshow
{
maEvents.top().pEvent->dispose();
}
- catch (const uno::Exception&)
+ catch (const uno::Exception& e)
{
- SAL_WARN( "slideshow", "" << comphelper::anyToString(cppu::getCaughtException() ) );
+ SAL_WARN("slideshow", "" << e.Message);
}
maEvents.pop();
}