summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapesubset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapesubset.cxx')
-rw-r--r--slideshow/source/engine/shapesubset.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapesubset.cxx b/slideshow/source/engine/shapesubset.cxx
index 46c0d0c8d2c3..1155797d7ca7 100644
--- a/slideshow/source/engine/shapesubset.cxx
+++ b/slideshow/source/engine/shapesubset.cxx
@@ -79,9 +79,9 @@ namespace slideshow
// if not done yet: revoke subset from original
disableSubsetShape();
}
- catch (const uno::Exception&)
+ catch (const uno::Exception& e)
{
- SAL_WARN( "slideshow", "" << comphelper::anyToString(cppu::getCaughtException() ) );
+ SAL_WARN("slideshow", "" << e.Message);
}
}