summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-19 21:09:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-19 21:10:28 +0200
commit254ae249247c0e4484ec48c0d255c66a341c7dfd (patch)
tree9d813660ac9c949fb39524d0c49d707e0fba14cf /xmloff
parent3bc517828a10ca9ef4c76afbd8538f0fc9a62034 (diff)
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: Ifb8793c3a1647bfa0d02e471419acb434dcea951
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/elementexport.cxx2
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);