[Libreoffice-commits] core.git: include/rtl
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Nov 30 09:22:24 UTC 2019
include/rtl/ustring.hxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit bd9d5cc4dc012e8fb8453b094cc0ff6a7a8b4a06
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Nov 29 23:38:39 2019 +0100
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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
More information about the Libreoffice-commits
mailing list