summaryrefslogtreecommitdiff
path: root/include/cppuhelper/implbase3.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/implbase3.hxx')
-rw-r--r--include/cppuhelper/implbase3.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppuhelper/implbase3.hxx b/include/cppuhelper/implbase3.hxx
index fb49dc9becd6..6f97475ea4e1 100644
--- a/include/cppuhelper/implbase3.hxx
+++ b/include/cppuhelper/implbase3.hxx
@@ -85,7 +85,7 @@ namespace cppu
};
/** Implementation helper implementing interfaces com::sun::star::lang::XTypeProvider and
com::sun::star::uno::XInterface which supports weak mechanism to be held weakly
- (supporting com::sun::star::uno::XWeak thru ::cppu::OWeakObject).
+ (supporting com::sun::star::uno::XWeak through ::cppu::OWeakObject).
@derive
Inherit from this class giving your interface(s) to be implemented as template argument(s).
@@ -112,9 +112,9 @@ namespace cppu
};
/** Implementation helper implementing interfaces com::sun::star::lang::XTypeProvider and
com::sun::star::uno::XInterface which supports weak mechanism to be held weakly
- (supporting com::sun::star::uno::XWeak thru ::cppu::OWeakAggObject).
+ (supporting com::sun::star::uno::XWeak through ::cppu::OWeakAggObject).
In addition, it supports also aggregation meaning object of this class can be aggregated
- (com::sun::star::uno::XAggregation thru ::cppu::OWeakAggObject).
+ (com::sun::star::uno::XAggregation through ::cppu::OWeakAggObject).
If a delegator is set (this object is aggregated), then incoming queryInterface()
calls are delegated to the delegator object. If the delegator does not support the
demanded interface, it calls queryAggregation() on its aggregated objects.