diff options
Diffstat (limited to 'include/cppuhelper/implbase13.hxx')
-rw-r--r-- | include/cppuhelper/implbase13.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/implbase13.hxx b/include/cppuhelper/implbase13.hxx index 7ebb695d2ce6..68401e482122 100644 --- a/include/cppuhelper/implbase13.hxx +++ b/include/cppuhelper/implbase13.hxx @@ -173,7 +173,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. @@ -240,7 +240,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. |