summaryrefslogtreecommitdiff
path: root/sd/source/helper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-18 10:48:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-18 22:12:36 +0200
commitecf1e4b4022bc6e7756d2f94e192ef69816c8f63 (patch)
tree731d96bbde26a8f529e3d8f751f234311c9ad115 /sd/source/helper
parentacf351fab73b1d05592d33e0a32cbc7cd160ae97 (diff)
cid#1448356 Uncaught exception
Change-Id: Iaa48face892514b5af769cdb3120f001940cf0ea Reviewed-on: https://gerrit.libreoffice.org/75882 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/helper')
-rw-r--r--sd/source/helper/simplereferencecomponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx
index 23a1fe108c4a..acce1c481288 100644
--- a/sd/source/helper/simplereferencecomponent.cxx
+++ b/sd/source/helper/simplereferencecomponent.cxx
@@ -54,7 +54,7 @@ void SimpleReferenceComponent::release()
}
catch (RuntimeException const &) // don't break throw ()
{
- css::uno::Any ex( cppu::getCaughtException() );
+ css::uno::Any ex(DbgGetCaughtException());
SAL_WARN( "sd", exceptionToString(ex) );
}
}