summaryrefslogtreecommitdiff
path: root/xmloff/source/core/DocumentSettingsContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/DocumentSettingsContext.cxx')
-rw-r--r--xmloff/source/core/DocumentSettingsContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/DocumentSettingsContext.cxx b/xmloff/source/core/DocumentSettingsContext.cxx
index dd875a91db82..8c2f56569149 100644
--- a/xmloff/source/core/DocumentSettingsContext.cxx
+++ b/xmloff/source/core/DocumentSettingsContext.cxx
@@ -762,7 +762,7 @@ void XMLConfigItemMapIndexedContext::EndElement()
catch (uno::Exception const& e)
{
SAL_WARN("xmloff.core",
- "Exception while importing forbidden characters: " << e.Message);
+ "Exception while importing forbidden characters: " << e);
}
}
}