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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 30 07:49:42 UTC 2019


 include/com/sun/star/uno/Any.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9eaf613f3116fbe32af1582a8cef56d1220bb7ef
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jun 29 15:58:26 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 30 09:48:24 2019 +0200

    Fix typo
    
    Change-Id: I1b43e186bd6e9de7332513e60f3be1bbe9d8ff82
    Reviewed-on: https://gerrit.libreoffice.org/74901
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/com/sun/star/uno/Any.h b/include/com/sun/star/uno/Any.h
index 4c52167a6b67..2a8cf3d05192 100644
--- a/include/com/sun/star/uno/Any.h
+++ b/include/com/sun/star/uno/Any.h
@@ -272,7 +272,7 @@ public:
         @return true if both any contains equal values
     */
     inline bool SAL_CALL operator == ( const Any & rAny ) const;
-    /** Unequality operator: compares two anys.
+    /** Inequality operator: compares two anys.
         The values need not be of equal type, e.g. a short integer is compared to a long integer.
 
         @param rAny another any (right side)
@@ -392,7 +392,7 @@ inline bool SAL_CALL operator >>= ( const Any & rAny, C & value );
 */
 template< class C >
 inline bool SAL_CALL operator == ( const Any & rAny, const C & value );
-/** Template unequality operator: compares set value of left side any to right side value.
+/** Template inequality operator: compares set value of left side any to right side value.
     The values need not be of equal type, e.g. a short integer is compared to a long integer.
     This operator can be implemented as template member function, if all supported compilers
     can cope with template member functions.


More information about the Libreoffice-commits mailing list