summaryrefslogtreecommitdiff
path: root/include/com/sun
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:41:59 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-30 09:48:46 +0200
commit940e459f65b4741e5ba4757e2b8eed4e31220273 (patch)
tree97df5c8cf83a6bb02640a5c0c09d13e49c418c34 /include/com/sun
parent9eaf613f3116fbe32af1582a8cef56d1220bb7ef (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/com/sun')
-rw-r--r--include/com/sun/star/uno/Type.h2
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