From 98b77ad1e6acbbdda4843a4b57c1185d53884581 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Oct 2016 11:36:17 +0200 Subject: loplugin:expandablemethods in UnoControls..vbahelper Change-Id: Iec2c5e13119d97c9ca87e083c0f7cb00227e5231 Reviewed-on: https://gerrit.libreoffice.org/29997 Tested-by: Jenkins Reviewed-by: Noel Grandin --- UnoControls/inc/basecontrol.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'UnoControls/inc') diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx index 2be5cb5e68f9..f78686e483fb 100644 --- a/UnoControls/inc/basecontrol.hxx +++ b/UnoControls/inc/basecontrol.hxx @@ -352,12 +352,6 @@ public: virtual void SAL_CALL windowShown( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception ) override; virtual void SAL_CALL windowHidden( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception ) override; - // impl but public method to register service - - static const css::uno::Sequence< OUString > impl_getStaticSupportedServiceNames(); - - static const OUString impl_getStaticImplementationName(); - protected: using OComponentHelper::disposing; -- cgit v1.2.3