[Libreoffice-commits] core.git: include/com
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 30 07:47:59 UTC 2019
include/com/sun/star/uno/Sequence.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dc03b756795df156a14d00486825c6930a44b161
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jun 29 16:01:31 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 30 09:46:51 2019 +0200
Fix typo
Change-Id: I99dba9443d703d56f0cbe38cb32c7d6963a669cf
Reviewed-on: https://gerrit.libreoffice.org/74903
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h
index d86a4f6e5ca1..f5c9c384eeef 100644
--- a/include/com/sun/star/uno/Sequence.h
+++ b/include/com/sun/star/uno/Sequence.h
@@ -226,7 +226,7 @@ public:
*/
inline bool SAL_CALL operator == ( const Sequence & rSeq ) const;
- /** Unequality operator: Compares two sequences.
+ /** Inequality operator: Compares two sequences.
@param rSeq another sequence of same type (right side)
@return false if both sequences are equal, true otherwise
More information about the Libreoffice-commits
mailing list