summaryrefslogtreecommitdiff
path: root/cppuhelper/source/implbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/implbase.cxx')
-rw-r--r--cppuhelper/source/implbase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx
index a64418ffaccd..b8bc91b769b1 100644
--- a/cppuhelper/source/implbase.cxx
+++ b/cppuhelper/source/implbase.cxx
@@ -77,7 +77,7 @@ void WeakComponentImplHelperBase::release()
dispose();
}
catch (RuntimeException const& exc) { // don't break throw ()
- SAL_WARN( "cppuhelper", exc.Message );
+ SAL_WARN( "cppuhelper", exc );
}
OSL_ASSERT( rBHelper.bDisposed );
}
@@ -201,7 +201,7 @@ void WeakAggComponentImplHelperBase::release()
dispose();
}
catch (RuntimeException const& exc) { // don't break throw ()
- SAL_WARN( "cppuhelper", exc.Message );
+ SAL_WARN( "cppuhelper", exc );
}
OSL_ASSERT( rBHelper.bDisposed );
}