summaryrefslogtreecommitdiff
path: root/include/cppuhelper/implbase6.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-07 17:27:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-09 10:49:46 +0200
commit7f8dbdc18cec9ddb45e0ecd543b35b738e0ad13c (patch)
tree7fe7f5e64f4c50d4dade4148e9c73900ea76de63 /include/cppuhelper/implbase6.hxx
parent7d44104f526d61152cac67d534d36169f46c7581 (diff)
Fix typo
"Inherting" Change-Id: Ib9b1fcfd9ef585149de5018ce650707c71d412c8 Reviewed-on: https://gerrit.libreoffice.org/77127 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/cppuhelper/implbase6.hxx')
-rw-r--r--include/cppuhelper/implbase6.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/implbase6.hxx b/include/cppuhelper/implbase6.hxx
index 62652c9819e2..724005f0a88a 100644
--- a/include/cppuhelper/implbase6.hxx
+++ b/include/cppuhelper/implbase6.hxx
@@ -166,7 +166,7 @@ namespace cppu
{ return ImplHelper_getImplementationId( cd::get() ); }
};
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
- css::uno::XInterface inherting from a BaseClass.
+ css::uno::XInterface inheriting from a BaseClass.
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
if a demanded interface is not supported by this class directly, the request is
delegated to the BaseClass.
@@ -233,7 +233,7 @@ namespace cppu
{ return ImplHelper_getImplementationId( cd::get() ); }
};
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
- css::uno::XInterface inherting from a BaseClass.
+ css::uno::XInterface inheriting from a BaseClass.
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
the request is delegated to the BaseClass.