summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/XSLTFilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltfilter/XSLTFilter.cxx')
-rw-r--r--filter/source/xsltfilter/XSLTFilter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xsltfilter/XSLTFilter.cxx b/filter/source/xsltfilter/XSLTFilter.cxx
index 5373db29aa73..20d552558c14 100644
--- a/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/filter/source/xsltfilter/XSLTFilter.cxx
@@ -233,7 +233,7 @@ namespace XSLT
Exception e;
if (a >>= e)
{
- SAL_WARN("filter.xslt", "XSLTFilter::error was called: " << e.Message);
+ SAL_WARN("filter.xslt", "XSLTFilter::error was called: " << e);
}
m_bError = true;
m_cTransformed.set();
@@ -402,7 +402,7 @@ namespace XSLT
catch( const Exception& exc)
{
// something went wrong
- SAL_WARN("filter.xslt", exc.Message);
+ SAL_WARN("filter.xslt", exc);
return false;
}
}