summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-07-18 10:00:15 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-18 14:47:19 +0200
commite56596e009c11ec6118a126ac560e87d754ae15b (patch)
tree933f2b06738251ce0a81a5f98bb3a60cce9e44c9 /xmloff
parent098b685e901974dc9d0248b6e2fd06644c954e84 (diff)
Fix typos
Change-Id: If6023dfa1d90f79185197622a738373a189ea6af Reviewed-on: https://gerrit.libreoffice.org/40118 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/propertyimport.cxx2
1 files changed, 1 insertions, 1 deletions
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!");
}