summaryrefslogtreecommitdiff
path: root/sd/source/core/stlsheet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/stlsheet.cxx')
-rw-r--r--sd/source/core/stlsheet.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index c6aabb05b555..91cb60028dff 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -706,8 +706,7 @@ void SAL_CALL SdStyleSheet::release( ) throw ()
catch (RuntimeException const&)
{
// don't break throw ()
- css::uno::Any ex(DbgGetCaughtException());
- SAL_WARN( "sd", exceptionToString(ex) );
+ TOOLS_WARN_EXCEPTION( "sd", "" );
}
OSL_ASSERT( mrBHelper.bDisposed );
SdStyleSheetBase::release();