diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /include/cppuhelper/implbase2.hxx | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/cppuhelper/implbase2.hxx')
-rw-r--r-- | include/cppuhelper/implbase2.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppuhelper/implbase2.hxx b/include/cppuhelper/implbase2.hxx index 87d981ddc7f6..b76305facae3 100644 --- a/include/cppuhelper/implbase2.hxx +++ b/include/cppuhelper/implbase2.hxx @@ -84,7 +84,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). @@ -111,9 +111,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. |