include/rtl/ustring.hxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
New commits: commit e03d0d56ef0edcb7836e4eeea2c3de2f16bf6fd5 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jul 18 18:13:32 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jul 19 10:03:43 2019 +0200 Fix typos Change-Id: I1b566ef38eaef3d6b20555e20b8353976fbdca5d Reviewed-on: https://gerrit.libreoffice.org/75927 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index ecb4958761af..8050e0af9c41 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -142,7 +142,7 @@ public: /** New string from OUString. - @param str a OUString. + @param str an OUString. */ OUString( const OUString & str ) { @@ -155,7 +155,7 @@ public: /** Move constructor. - @param str a OUString. + @param str an OUString. @since LibreOffice 5.2 */ OUString( OUString && str ) @@ -170,7 +170,7 @@ public: /** New string from OUString data. - @param str a OUString data. + @param str an OUString data. */ OUString( rtl_uString * str ) { @@ -446,7 +446,7 @@ public: /** Assign a new string. - @param str a OUString. + @param str an OUString. */ OUString & operator=( const OUString & str ) { @@ -546,7 +546,7 @@ public: /** Append a string to this string. - @param str a OUString. + @param str an OUString. @exception std::bad_alloc is thrown if an out-of-memory condition occurs */ @@ -804,7 +804,7 @@ public: } /** - Perform a ASCII lowercase comparison of two strings. + Perform an ASCII lowercase comparison of two strings. The result is true if and only if second string represents the same sequence of characters as the first string, @@ -828,7 +828,7 @@ public: } /** - Perform a ASCII lowercase comparison of two strings. + Perform an ASCII lowercase comparison of two strings. Compare the two strings with uppercase ASCII character values between 65 and 90 (ASCII A-Z) interpreted as @@ -1154,7 +1154,7 @@ public: } /** - Perform a ASCII lowercase comparison of two strings. + Perform an ASCII lowercase comparison of two strings. The result is true if and only if second string represents the same sequence of characters as the first string, @@ -3539,7 +3539,7 @@ public: } /** - Returns a OUString copied without conversion from an ASCII + Returns an OUString copied without conversion from an ASCII character string. Since this method is optimized for performance, the ASCII character _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits