diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-07 17:27:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-09 10:49:46 +0200 |
commit | 7f8dbdc18cec9ddb45e0ecd543b35b738e0ad13c (patch) | |
tree | 7fe7f5e64f4c50d4dade4148e9c73900ea76de63 /include/cppuhelper/implbase9.hxx | |
parent | 7d44104f526d61152cac67d534d36169f46c7581 (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/implbase9.hxx')
-rw-r--r-- | include/cppuhelper/implbase9.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/implbase9.hxx b/include/cppuhelper/implbase9.hxx index 2c3fe2bd1a74..5914b42202f9 100644 --- a/include/cppuhelper/implbase9.hxx +++ b/include/cppuhelper/implbase9.hxx @@ -169,7 +169,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. @@ -236,7 +236,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. |