summaryrefslogtreecommitdiff
path: root/starmath/source/unofilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/unofilter.cxx')
-rw-r--r--starmath/source/unofilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx
index cdb444207464..156ab7de077a 100644
--- a/starmath/source/unofilter.cxx
+++ b/starmath/source/unofilter.cxx
@@ -82,7 +82,7 @@ sal_Bool MathTypeFilter::filter(const uno::Sequence<beans::PropertyValue>& rDesc
}
catch (const uno::Exception& rException)
{
- SAL_WARN("starmath", "Exception caught: " << rException.Message);
+ SAL_WARN("starmath", "Exception caught: " << rException);
}
return bSuccess;
}