diff options
Diffstat (limited to 'UnoControls/inc/basecontrol.hxx')
-rw-r--r-- | UnoControls/inc/basecontrol.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
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; |