diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-04-19 21:09:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-04-19 21:10:28 +0200 |
commit | 254ae249247c0e4484ec48c0d255c66a341c7dfd (patch) | |
tree | 9d813660ac9c949fb39524d0c49d707e0fba14cf /xmloff | |
parent | 3bc517828a10ca9ef4c76afbd8538f0fc9a62034 (diff) |
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: Ifb8793c3a1647bfa0d02e471419acb434dcea951
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/elementexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx index 3db796ace565..6a94b3484c95 100644 --- a/xmloff/source/forms/elementexport.cxx +++ b/xmloff/source/forms/elementexport.cxx @@ -2077,7 +2077,7 @@ namespace xmloff OElementExport::exportSubTags(); // loop through all children Reference< XIndexAccess > xCollection(m_xProps, UNO_QUERY); - OSL_ENSURE(xCollection.is(), "OFormLayerXMLExport::implExportForm: a form which is not an index access? Suspic�ous!"); + OSL_ENSURE(xCollection.is(), "OFormLayerXMLExport::implExportForm: a form which is not an index access? Suspicious!"); if (xCollection.is()) m_rContext.exportCollectionElements(xCollection); |