From 62223f9a8a4d069b34e37ad0c1bf5b73916a646e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Oct 2016 09:34:05 +0200 Subject: loplugin:unnecessaryoverride Change-Id: I08c55a3023ec2e8990098eeb60e91cd18556e7ae Reviewed-on: https://gerrit.libreoffice.org/29656 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- ucb/source/ucp/cmis/cmis_repo_content.cxx | 5 ----- ucb/source/ucp/cmis/cmis_repo_content.hxx | 2 -- 2 files changed, 7 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 e76105815a9f..b0726898cae7 100644 --- a/ucb/source/ucp/cmis/cmis_repo_content.cxx +++ b/ucb/source/ucp/cmis/cmis_repo_content.cxx @@ -320,11 +320,6 @@ namespace cmis XTYPEPROVIDER_COMMON_IMPL( RepoContent ); - uno::Any SAL_CALL RepoContent::queryInterface( const uno::Type & rType ) throw ( uno::RuntimeException, std::exception ) - { - return ContentImplHelper::queryInterface(rType); - } - OUString SAL_CALL RepoContent::getImplementationName() throw( uno::RuntimeException, std::exception ) { return OUString("com.sun.star.comp.CmisRepoContent"); diff --git a/ucb/source/ucp/cmis/cmis_repo_content.hxx b/ucb/source/ucp/cmis/cmis_repo_content.hxx index 82200e96b876..adb2ad624a3b 100644 --- a/ucb/source/ucp/cmis/cmis_repo_content.hxx +++ b/ucb/source/ucp/cmis/cmis_repo_content.hxx @@ -89,8 +89,6 @@ public: virtual OUString getParentURL() override; // XInterface - virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) - throw( css::uno::RuntimeException, std::exception ) override; virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw( css::uno::RuntimeException, std::exception ) override; -- cgit