diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-11-29 23:38:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-30 10:20:50 +0100 |
commit | bd9d5cc4dc012e8fb8453b094cc0ff6a7a8b4a06 (patch) | |
tree | 2e25ef88e8d198a896d1b205483805fa91d0de52 /include/rtl | |
parent | fc3b6e39384141978500983f988c91446388bf8d (diff) |
Fix typo
Change-Id: I8d7ed542dc331d3861fcfe2fec7250b5a4bbb166
Reviewed-on: https://gerrit.libreoffice.org/84094
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/ustring.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index 5919e3de6371..5f0c1032c603 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -924,7 +924,7 @@ public: This function can't be used for language specific comparison. @param str the object (substring) to be compared. - @param fromIndex the index to start the comparion from. + @param fromIndex the index to start the comparison from. The index must be greater than or equal to 0 and less or equal as the string length. @return true if str match with the characters in the string @@ -993,7 +993,7 @@ public: This function can't be used for language specific comparison. @param str the object (substring) to be compared. - @param fromIndex the index to start the comparion from. + @param fromIndex the index to start the comparison from. The index must be greater than or equal to 0 and less than or equal to the string length. @return true if str match with the characters in the string @@ -1265,7 +1265,7 @@ public: @param asciiStr the object (substring) to be compared. @param asciiStrLength the length of asciiStr. - @param fromIndex the index to start the comparion from. + @param fromIndex the index to start the comparison from. The index must be greater than or equal to 0 and less than or equal to the string length. @return true if str match with the characters in the string @@ -1303,7 +1303,7 @@ public: @param asciiStr the 8-Bit ASCII character string to be compared. @param asciiStrLength the length of the ascii string - @param fromIndex the index to start the comparion from. + @param fromIndex the index to start the comparison from. The index must be greater than or equal to 0 and less than or equal to the string length. @return true if str match with the characters in the string |