From 47caf3adb79f4db0461834155b1beb0bdb14e399 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 30 Jun 2019 22:26:25 +0000 Subject: Fix typo Change-Id: I0a9a39b1dba9f430bb54e852ec65979acde08dba Reviewed-on: https://gerrit.libreoffice.org/74971 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/comphelper/propagg.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- cgit