From 940e459f65b4741e5ba4757e2b8eed4e31220273 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 14 Jun 2019 22:41:59 +0000 Subject: Fix typo Change-Id: I4508cc601ac3351f54b0223b15a4705d8f339d7e Reviewed-on: https://gerrit.libreoffice.org/74904 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/com/sun/star/uno/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit