[Libreoffice-commits] core.git: include/com
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 30 07:50:32 UTC 2019
include/com/sun/star/uno/Type.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 940e459f65b4741e5ba4757e2b8eed4e31220273
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:41:59 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 30 09:48:46 2019 +0200
Fix typo
Change-Id: I4508cc601ac3351f54b0223b15a4705d8f339d7e
Reviewed-on: https://gerrit.libreoffice.org/74904
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list