summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/implbase7.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/implbase7.hxx
parenttdf#42949 Fix IWYU warnings in sw/source/uibase/*/*hxx (diff)
downloadcore-7f8dbdc18cec9ddb45e0ecd543b35b738e0ad13c.tar.gz
core-7f8dbdc18cec9ddb45e0ecd543b35b738e0ad13c.zip
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/implbase7.hxx')
-rw-r--r--include/cppuhelper/implbase7.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/implbase7.hxx b/include/cppuhelper/implbase7.hxx
index 0d1e12a91117..5358b8ca5b90 100644
--- a/include/cppuhelper/implbase7.hxx
+++ b/include/cppuhelper/implbase7.hxx
@@ -167,7 +167,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.
@@ -234,7 +234,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.