From ecf1e4b4022bc6e7756d2f94e192ef69816c8f63 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 18 Jul 2019 10:48:28 +0100 Subject: cid#1448356 Uncaught exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaa48face892514b5af769cdb3120f001940cf0ea Reviewed-on: https://gerrit.libreoffice.org/75882 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/helper/simplereferencecomponent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source') 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) ); } } -- cgit