diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:41:49 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-01 07:42:17 +0200 |
commit | 5db683d1c1fea95565e96bbaa6d848c742a7e85a (patch) | |
tree | 1483f71ea4ee3a93e9e7b4f90d49b46712d80e50 /include/comphelper/enumhelper.hxx | |
parent | f5696bdc243bb615973fd32e22933b4b4ff33acd (diff) |
Fix typo
Change-Id: I26397b00495b63dcd6ccb26d17287f4bd67b5e01
Reviewed-on: https://gerrit.libreoffice.org/74936
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper/enumhelper.hxx')
-rw-r--r-- | include/comphelper/enumhelper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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. */ |