diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-05 09:34:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-13 06:47:44 +0000 |
commit | 62223f9a8a4d069b34e37ad0c1bf5b73916a646e (patch) | |
tree | 22220910555ac7f99796c2908392fe008f0c75f5 /toolkit | |
parent | 14a7ac2033273fdddfb9748d5fa1e1c0f25b64ca (diff) |
loplugin:unnecessaryoverride
Change-Id: I08c55a3023ec2e8990098eeb60e91cd18556e7ae
Reviewed-on: https://gerrit.libreoffice.org/29656
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
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() |