diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:41:59 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-30 09:48:46 +0200 |
commit | 940e459f65b4741e5ba4757e2b8eed4e31220273 (patch) | |
tree | 97df5c8cf83a6bb02640a5c0c09d13e49c418c34 /include | |
parent | 9eaf613f3116fbe32af1582a8cef56d1220bb7ef (diff) |
Fix typo
Change-Id: I4508cc601ac3351f54b0223b15a4705d8f339d7e
Reviewed-on: https://gerrit.libreoffice.org/74904
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-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 |