summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:24 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-02 07:10:14 +0200
commit1a56f1a08ca780aaf6c0aec91e7fc6e82ff1e1b1 (patch)
tree6ce8a6c4a2d0f1b72bc54272d626ae1bcd053f50 /include/comphelper
parent25cebc1ad228a5a2e008727cd4d319baf496eddf (diff)
Fix typo
Change-Id: Ie31c61a30ecb114c1a46144503b7b9c395dea172 Reviewed-on: https://gerrit.libreoffice.org/74972 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/proparrhlp.hxx4
1 files changed, 2 insertions, 2 deletions
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>