summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.cxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 4c6f03ad06c8..398ca2e82c0d 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -2790,7 +2790,7 @@ RTFError RTFDocumentImpl::popState()
}
catch (const uno::Exception& rException)
{
- SAL_WARN("writerfilter.rtf", "failed to set property " << rKey << ": " << rException.Message);
+ SAL_WARN("writerfilter.rtf", "failed to set property " << rKey << ": " << rException);
}
}
}