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 --- toolkit/source/awt/vclxwindows.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index d3b655616d6f..f59e197ec3fd 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -2727,12 +2727,6 @@ VCLXTabPage::~VCLXTabPage() { } -css::uno::Any SAL_CALL VCLXTabPage::queryInterface(const css::uno::Type & rType ) -throw(css::uno::RuntimeException, std::exception) -{ - return VCLXContainer::queryInterface( rType ); -} - // css::lang::XTypeProvider IMPL_XTYPEPROVIDER_START( VCLXTabPage ) VCLXContainer::getTypes() @@ -6537,12 +6531,6 @@ VCLXFrame::~VCLXFrame() { } -css::uno::Any SAL_CALL VCLXFrame::queryInterface(const css::uno::Type & rType ) -throw(css::uno::RuntimeException, std::exception) -{ - return VCLXContainer::queryInterface( rType ); -} - // css::lang::XTypeProvider IMPL_XTYPEPROVIDER_START( VCLXFrame ) VCLXContainer::getTypes() -- cgit