[Libreoffice-commits] core.git: include/rtl

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 19 08:04:24 UTC 2019


 include/rtl/ustring.hxx |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit e03d0d56ef0edcb7836e4eeea2c3de2f16bf6fd5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 18 18:13:32 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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


More information about the Libreoffice-commits mailing list