summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/officeforms.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/officeforms.cxx')
-rw-r--r--xmloff/source/forms/officeforms.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/officeforms.cxx b/xmloff/source/forms/officeforms.cxx
index 34b26f8090b0..def7655747b1 100644
--- a/xmloff/source/forms/officeforms.cxx
+++ b/xmloff/source/forms/officeforms.cxx
@@ -57,7 +57,7 @@ namespace xmloff
pRet = GetImport().GetFormImport()->createContext( _nPrefix, _rLocalName, xAttrList );
} catch (const Exception& rException)
{
- SAL_WARN("xmloff.forms", "OFormsRootImport::CreateChildContext: " << rException.Message);
+ SAL_WARN("xmloff.forms", "OFormsRootImport::CreateChildContext: " << rException);
}
return pRet;
}