diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/content.hxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/content.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/content.hxx b/xmlhelp/source/cxxhelp/provider/content.hxx index 785143d21ee6..c5e1ea947c9a 100644 --- a/xmlhelp/source/cxxhelp/provider/content.hxx +++ b/xmlhelp/source/cxxhelp/provider/content.hxx @@ -53,10 +53,6 @@ namespace chelp // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) throw( css::uno::RuntimeException, std::exception ) override; - virtual void SAL_CALL acquire() - throw() override; - virtual void SAL_CALL release() - throw() override; // XTypeProvider virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() |