[Libreoffice-commits] core.git: include/comphelper
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 1 05:42:59 UTC 2019
include/comphelper/enumhelper.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 5db683d1c1fea95565e96bbaa6d848c742a7e85a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:41:49 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jul 1 07:42:17 2019 +0200
Fix typo
Change-Id: I26397b00495b63dcd6ccb26d17287f4bd67b5e01
Reviewed-on: https://gerrit.libreoffice.org/74936
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/comphelper/enumhelper.hxx b/include/comphelper/enumhelper.hxx
index 32d2427267ca..7612ecb5fc43 100644
--- a/include/comphelper/enumhelper.hxx
+++ b/include/comphelper/enumhelper.hxx
@@ -38,7 +38,7 @@ struct OEnumerationLock
::osl::Mutex m_aLock;
};
-/** provides an com.sun.star.container::XEnumeration access based
+/** provides a com.sun.star.container::XEnumeration access based
on an object implementing the com.sun.star.container::XNameAccess interface
*/
class COMPHELPER_DLLPUBLIC OEnumerationByName : private OEnumerationLock
@@ -66,7 +66,7 @@ private:
COMPHELPER_DLLPRIVATE void impl_stopDisposeListening();
};
-/** provides an com.sun.star.container::XEnumeration access based
+/** provides a com.sun.star.container::XEnumeration access based
on an object implementing the com.sun.star.container::XNameAccess interface
*/
class COMPHELPER_DLLPUBLIC OEnumerationByIndex : private OEnumerationLock
@@ -95,7 +95,7 @@ private:
class SAL_DLLPUBLIC_TEMPLATE OAnyEnumeration_BASE
: public ::cppu::WeakImplHelper<css::container::XEnumeration> {};
-/** provides an com.sun.star.container::XEnumeration
+/** provides a com.sun.star.container::XEnumeration
for an outside set vector of Any's.
*/
More information about the Libreoffice-commits
mailing list