diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-18 10:48:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-18 22:12:36 +0200 |
commit | ecf1e4b4022bc6e7756d2f94e192ef69816c8f63 (patch) | |
tree | 731d96bbde26a8f529e3d8f751f234311c9ad115 /sd/source | |
parent | acf351fab73b1d05592d33e0a32cbc7cd160ae97 (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')
-rw-r--r-- | sd/source/helper/simplereferencecomponent.cxx | 2 |
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) ); } } |