diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 10:37:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 11:58:13 +0200 |
commit | 17f9aa97f8753b895db30e8080481f5f6d696b82 (patch) | |
tree | 42be86b7172cecb7986e13ce53c905c4a563894a /comphelper/source | |
parent | fce010450534e6992345f5df7b9d9665befb7c6e (diff) |
Fix typos
Change-Id: I4671d0f13e67b1272fd7c24bb6a2a7679c75f20b
Reviewed-on: https://gerrit.libreoffice.org/78797
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/numberedcollection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/numberedcollection.cxx b/comphelper/source/misc/numberedcollection.cxx index 81533aa7b249..20c1b7cf8754 100644 --- a/comphelper/source/misc/numberedcollection.cxx +++ b/comphelper/source/misc/numberedcollection.cxx @@ -187,7 +187,7 @@ OUString SAL_CALL NumberedCollection::getUntitledPrefix() ::sal_Int32 c = static_cast<::sal_Int32>(m_lComponents.size ()); ::sal_Int32 i = 1; - // c can't be less then 0 ... otherwise hash.size() has an error :-) + // c can't be less than 0 ... otherwise hash.size() has an error :-) // But we need at least n+1 numbers here. c += 1; |