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/implbase1.hxx | 6 +++--- include/cppuhelper/implbase10.hxx | 6 +++--- include/cppuhelper/implbase11.hxx | 6 +++--- include/cppuhelper/implbase12.hxx | 6 +++--- include/cppuhelper/implbase13.hxx | 6 +++--- include/cppuhelper/implbase2.hxx | 6 +++--- include/cppuhelper/implbase3.hxx | 6 +++--- include/cppuhelper/implbase4.hxx | 6 +++--- include/cppuhelper/implbase6.hxx | 6 +++--- include/cppuhelper/implbase7.hxx | 6 +++--- include/cppuhelper/implbase8.hxx | 6 +++--- include/cppuhelper/implbase9.hxx | 6 +++--- 12 files changed, 36 insertions(+), 36 deletions(-) (limited to 'include/cppuhelper') diff --git a/include/cppuhelper/implbase1.hxx b/include/cppuhelper/implbase1.hxx index f430adab2fac..4180c9d63db5 100644 --- a/include/cppuhelper/implbase1.hxx +++ b/include/cppuhelper/implbase1.hxx @@ -83,7 +83,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). @@ -114,9 +114,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. diff --git a/include/cppuhelper/implbase10.hxx b/include/cppuhelper/implbase10.hxx index fb033e221d37..25477c5fff03 100644 --- a/include/cppuhelper/implbase10.hxx +++ b/include/cppuhelper/implbase10.hxx @@ -93,7 +93,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). @@ -120,9 +120,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. diff --git a/include/cppuhelper/implbase11.hxx b/include/cppuhelper/implbase11.hxx index 9f1deefc1ad8..24f3de212dfb 100644 --- a/include/cppuhelper/implbase11.hxx +++ b/include/cppuhelper/implbase11.hxx @@ -94,7 +94,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). @@ -121,9 +121,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. diff --git a/include/cppuhelper/implbase12.hxx b/include/cppuhelper/implbase12.hxx index b78ed6563ac7..1b977c472885 100644 --- a/include/cppuhelper/implbase12.hxx +++ b/include/cppuhelper/implbase12.hxx @@ -95,7 +95,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). @@ -122,9 +122,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. diff --git a/include/cppuhelper/implbase13.hxx b/include/cppuhelper/implbase13.hxx index 8d8efa2593f1..b99d62cfb5cc 100644 --- a/include/cppuhelper/implbase13.hxx +++ b/include/cppuhelper/implbase13.hxx @@ -96,7 +96,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). @@ -123,9 +123,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. 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. 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. diff --git a/include/cppuhelper/implbase4.hxx b/include/cppuhelper/implbase4.hxx index 2674b292f575..af064bd85454 100644 --- a/include/cppuhelper/implbase4.hxx +++ b/include/cppuhelper/implbase4.hxx @@ -87,7 +87,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). @@ -114,9 +114,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. diff --git a/include/cppuhelper/implbase6.hxx b/include/cppuhelper/implbase6.hxx index c64a866109ce..7a85bedfee91 100644 --- a/include/cppuhelper/implbase6.hxx +++ b/include/cppuhelper/implbase6.hxx @@ -89,7 +89,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). @@ -116,9 +116,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. 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. diff --git a/include/cppuhelper/implbase8.hxx b/include/cppuhelper/implbase8.hxx index c2c3620f7489..d0168ea97699 100644 --- a/include/cppuhelper/implbase8.hxx +++ b/include/cppuhelper/implbase8.hxx @@ -91,7 +91,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). @@ -118,9 +118,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. diff --git a/include/cppuhelper/implbase9.hxx b/include/cppuhelper/implbase9.hxx index 28eda609b6a4..c429ba7e5401 100644 --- a/include/cppuhelper/implbase9.hxx +++ b/include/cppuhelper/implbase9.hxx @@ -92,7 +92,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). @@ -119,9 +119,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