diff options
-rw-r--r-- | include/com/sun/star/uno/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Type.h b/include/com/sun/star/uno/Type.h index 5ca395e881fb..056f6ba5f379 100644 --- a/include/com/sun/star/uno/Type.h +++ b/include/com/sun/star/uno/Type.h @@ -179,7 +179,7 @@ public: */ bool SAL_CALL operator == ( const Type & rType ) const { return ::typelib_typedescriptionreference_equals( _pType, rType._pType ); } - /** Unequality operator: Compares two types. + /** Inequality operator: Compares two types. @param rType another type @return false if both types refer the same type, true otherwise |