diff options
Diffstat (limited to 'sd/source/helper/simplereferencecomponent.cxx')
-rw-r--r-- | sd/source/helper/simplereferencecomponent.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx index acce1c481288..03b3dd84da01 100644 --- a/sd/source/helper/simplereferencecomponent.cxx +++ b/sd/source/helper/simplereferencecomponent.cxx @@ -54,8 +54,7 @@ void SimpleReferenceComponent::release() } catch (RuntimeException const &) // don't break throw () { - css::uno::Any ex(DbgGetCaughtException()); - SAL_WARN( "sd", exceptionToString(ex) ); + TOOLS_WARN_EXCEPTION( "sd", "" ); } } |