From 1a56f1a08ca780aaf6c0aec91e7fc6e82ff1e1b1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 30 Jun 2019 22:26:24 +0000 Subject: Fix typo Change-Id: Ie31c61a30ecb114c1a46144503b7b9c395dea172 Reviewed-on: https://gerrit.libreoffice.org/74972 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/comphelper/proparrhlp.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/comphelper') 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.
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 OAggregationArrayUsageHelper: public OPropertyArrayUsageHelper -- cgit