[Libreoffice-commits] core.git: include/comphelper
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 2 05:11:15 UTC 2019
include/comphelper/proparrhlp.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1a56f1a08ca780aaf6c0aec91e7fc6e82ff1e1b1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:24 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 2 07:10:14 2019 +0200
Fix typo
Change-Id: Ie31c61a30ecb114c1a46144503b7b9c395dea172
Reviewed-on: https://gerrit.libreoffice.org/74972
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/comphelper/proparrhlp.hxx b/include/comphelper/proparrhlp.hxx
index 1c755188ef6e..a53b718c2697 100644
--- a/include/comphelper/proparrhlp.hxx
+++ b/include/comphelper/proparrhlp.hxx
@@ -53,12 +53,12 @@ protected:
This method needs to be implemented in derived classes.
<BR>
The method gets called with Mutex acquired.
- @return an pointer to the newly created array helper. Must not be NULL.
+ @return a pointer to the newly created array helper. Must not be NULL.
*/
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0;
};
-/** a OPropertyArrayUsageHelper which will create an OPropertyArrayAggregationHelper
+/** an OPropertyArrayUsageHelper which will create an OPropertyArrayAggregationHelper
*/
template <class TYPE>
class OAggregationArrayUsageHelper: public OPropertyArrayUsageHelper<TYPE>
More information about the Libreoffice-commits
mailing list