diff options
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) ); } } |