From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/cppuhelper/implbase7.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/cppuhelper/implbase7.hxx') diff --git a/include/cppuhelper/implbase7.hxx b/include/cppuhelper/implbase7.hxx index 17240c5f5c21..9594a2786249 100644 --- a/include/cppuhelper/implbase7.hxx +++ b/include/cppuhelper/implbase7.hxx @@ -90,7 +90,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). @@ -117,9 +117,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. -- cgit