diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-18 18:13:32 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-19 10:03:43 +0200 |
commit | e03d0d56ef0edcb7836e4eeea2c3de2f16bf6fd5 (patch) | |
tree | c927df83f0af7ee4137ba29b9ee72f591526d160 /include | |
parent | 7315d8b96be6ff1644d3421cb20695f5167c3cbd (diff) |
Fix typos
Change-Id: I1b566ef38eaef3d6b20555e20b8353976fbdca5d
Reviewed-on: https://gerrit.libreoffice.org/75927
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/rtl/ustring.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
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 |