From 6e72f0251bb8767942edf74f612547c12ca0cdf1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Jul 2016 08:21:27 +0200 Subject: new loplugin unnecessary override Change-Id: I88d3e33823d68745b98625050a8a274f9ef04bcb Reviewed-on: https://gerrit.libreoffice.org/27135 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- ucb/source/ucp/cmis/cmis_repo_content.cxx | 10 ---------- ucb/source/ucp/cmis/cmis_repo_content.hxx | 4 ---- 2 files changed, 14 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/cmis/cmis_repo_content.cxx b/ucb/source/ucp/cmis/cmis_repo_content.cxx index cc1df948df44..7a4d0cc3d0b4 100644 --- a/ucb/source/ucp/cmis/cmis_repo_content.cxx +++ b/ucb/source/ucp/cmis/cmis_repo_content.cxx @@ -320,16 +320,6 @@ namespace cmis XTYPEPROVIDER_COMMON_IMPL( RepoContent ); - void SAL_CALL RepoContent::acquire() throw() - { - ContentImplHelper::acquire(); - } - - void SAL_CALL RepoContent::release() throw() - { - ContentImplHelper::release(); - } - uno::Any SAL_CALL RepoContent::queryInterface( const uno::Type & rType ) throw ( uno::RuntimeException, std::exception ) { return ContentImplHelper::queryInterface(rType); diff --git a/ucb/source/ucp/cmis/cmis_repo_content.hxx b/ucb/source/ucp/cmis/cmis_repo_content.hxx index 42ba9bbbbc3b..ed9681279bbc 100644 --- a/ucb/source/ucp/cmis/cmis_repo_content.hxx +++ b/ucb/source/ucp/cmis/cmis_repo_content.hxx @@ -91,10 +91,6 @@ public: // 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; virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw( css::uno::RuntimeException, std::exception ) override; -- cgit v1.2.3