[Libreoffice-commits] core.git: 2 commits - include/canvas include/com
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 30 07:48:50 UTC 2019
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 <andrea.gelmini at gelma.net>
AuthorDate: Sat Jun 29 16:00:28 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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 <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:10 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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
*
*/
More information about the Libreoffice-commits
mailing list