summaryrefslogtreecommitdiff
path: root/cppuhelper/source/propshlp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/propshlp.cxx')
-rw-r--r--cppuhelper/source/propshlp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 91e777249f4a..eea33d133aaf 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -693,7 +693,7 @@ void OPropertySetHelper::fire
}
catch (RuntimeException & exc)
{
- SAL_INFO("cppuhelper", "caught RuntimeException while firing listeners: " << exc.Message);
+ SAL_INFO("cppuhelper", "caught RuntimeException while firing listeners: " << exc);
if (! bIgnoreRuntimeExceptionsWhileFiring)
throw;
}
@@ -745,7 +745,7 @@ void OPropertySetHelper::fire
}
catch (RuntimeException & exc)
{
- SAL_INFO("cppuhelper", "caught RuntimeException while firing listeners: " << exc.Message);
+ SAL_INFO("cppuhelper", "caught RuntimeException while firing listeners: " << exc);
if (! bIgnoreRuntimeExceptionsWhileFiring)
throw;
}
@@ -790,7 +790,7 @@ void OPropertySetHelper::fire
}
catch (RuntimeException & exc)
{
- SAL_INFO("cppuhelper", "caught RuntimeException while firing listeners: " << exc.Message);
+ SAL_INFO("cppuhelper", "caught RuntimeException while firing listeners: " << exc);
if (! bIgnoreRuntimeExceptionsWhileFiring)
throw;
}