include/rtl/ustring.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit bd9d5cc4dc012e8fb8453b094cc0ff6a7a8b4a06 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Nov 29 23:38:39 2019 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Nov 30 10:20:50 2019 +0100 Fix typo Change-Id: I8d7ed542dc331d3861fcfe2fec7250b5a4bbb166 Reviewed-on: https://gerrit.libreoffice.org/84094 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits