include/canvas/canvastools.hxx | 2 +- include/com/sun/star/uno/Reference.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit a379c1738bb2e012a5ae651e83ec712f10cf4aa3 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jun 29 16:00:28 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jun 30 09:47:46 2019 +0200 Fix typo Change-Id: I576da0e09f4a70361c0c5226ce80418680711f55 Reviewed-on: https://gerrit.libreoffice.org/74902 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/com/sun/star/uno/Reference.h b/include/com/sun/star/uno/Reference.h index d0e415e808d5..5f4c8ddea85f 100644 --- a/include/com/sun/star/uno/Reference.h +++ b/include/com/sun/star/uno/Reference.h @@ -109,7 +109,7 @@ public: @return true if both references are null or refer to the same object, false otherwise */ inline bool SAL_CALL operator == ( XInterface * pInterface ) const; - /** Unequality operator: compares two interfaces + /** Inequality operator: compares two interfaces Checks if both references are null or refer to the same object. @param pInterface another interface @@ -124,7 +124,7 @@ public: @return true if both references are null or refer to the same object, false otherwise */ inline bool SAL_CALL operator == ( const BaseReference & rRef ) const; - /** Unequality operator: compares two interfaces + /** Inequality operator: compares two interfaces Checks if both references are null or refer to the same object. @param rRef another reference commit f91c5c6a112cf4afab24c4bc9bb7e7a408d7d345 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:42:10 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jun 30 09:47:19 2019 +0200 Fix typo Change-Id: I267d321e206936e5b40412e8d2ac76cf24e655be Reviewed-on: https://gerrit.libreoffice.org/74900 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx index 6e67227fbd0c..99b7433d279e 100644 --- a/include/canvas/canvastools.hxx +++ b/include/canvas/canvastools.hxx @@ -99,7 +99,7 @@ namespace canvas /** * - * Count the number of 1-bits of an n-bit value + * Count the number of 1-bits of a n-bit value * */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
