[Libreoffice-commits] core.git: include/comphelper

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 2 05:14:13 UTC 2019


 include/comphelper/propagg.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 47caf3adb79f4db0461834155b1beb0bdb14e399
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:25 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 2 07:13:11 2019 +0200

    Fix typo
    
    Change-Id: I0a9a39b1dba9f430bb54e852ec65979acde08dba
    Reviewed-on: https://gerrit.libreoffice.org/74971
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 3e153a64a39b..9c750e85a584 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -66,7 +66,7 @@ namespace internal
 
 
 /**
- * used as callback for a OPropertyArrayAggregationHelper
+ * used as callback for an OPropertyArrayAggregationHelper
  */
 class IPropertyInfoService
 {
@@ -83,7 +83,7 @@ protected:
 };
 
 /**
- * used for implementing an cppu::IPropertyArrayHelper for classes
+ * used for implementing a cppu::IPropertyArrayHelper for classes
  * aggregating property sets
  */
 
@@ -101,7 +101,7 @@ public:
         @param  _rProperties    the properties of the object doing the aggregation. These properties
                                 are used without any checks, so the caller has to ensure that the names and
                                 handles are valid.
-        @param  _rAggProperties the properties of the aggregate, usually got via an call to getProperties on the
+        @param  _rAggProperties the properties of the aggregate, usually got via a call to getProperties on the
                                 XPropertySetInfo of the aggregate.
                                 The names of the properties are used without any checks, so the caller has to ensure
                                 that there are no doubles.


More information about the Libreoffice-commits mailing list