From e56596e009c11ec6118a126ac560e87d754ae15b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 18 Jul 2017 10:00:15 +0200 Subject: Fix typos Change-Id: If6023dfa1d90f79185197622a738373a189ea6af Reviewed-on: https://gerrit.libreoffice.org/40118 Tested-by: Jenkins Reviewed-by: Michael Stahl --- xmloff/source/forms/propertyimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/forms/propertyimport.cxx b/xmloff/source/forms/propertyimport.cxx index 43564dd8866c..2c17d7129841 100644 --- a/xmloff/source/forms/propertyimport.cxx +++ b/xmloff/source/forms/propertyimport.cxx @@ -308,7 +308,7 @@ bool OPropertyImport::encounteredAttribute(const OUString& _rAttributeName) cons void OPropertyImport::Characters(const OUString& _rChars ) { - // ignore them (should be whitespaces only) + // ignore them (should be whitespace only) OSL_ENSURE(_rChars.trim().isEmpty(), "OPropertyImport::Characters: non-whitespace characters!"); } -- cgit