summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:25 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-02 07:13:11 +0200
commit47caf3adb79f4db0461834155b1beb0bdb14e399 (patch)
tree6a87a738abd7583b9333db2f0d8b24d5a208943e
parenta96490730c082b086c805f5c3c07738a04e6b846 (diff)
Fix typo
Change-Id: I0a9a39b1dba9f430bb54e852ec65979acde08dba Reviewed-on: https://gerrit.libreoffice.org/74971 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/comphelper/propagg.hxx6
1 files 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.