include/comphelper/proparrhlp.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1a56f1a08ca780aaf6c0aec91e7fc6e82ff1e1b1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jun 30 22:26:24 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to