From 167bc621ef825ed5b961502fe9324a675ee34e42 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 19 Aug 2015 09:11:34 +0200 Subject: Convert vcl Button Link<> click handler to typed Link Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b --- include/sfx2/sfxbasecontroller.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/sfx2/sfxbasecontroller.hxx') diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx index 7b5ca737e450..93955c11900b 100644 --- a/include/sfx2/sfxbasecontroller.hxx +++ b/include/sfx2/sfxbasecontroller.hxx @@ -194,13 +194,7 @@ private: SAL_DLLPRIVATE SfxViewFrame& GetViewFrame_Impl() const; SAL_DLLPRIVATE void ShowInfoBars( ); - DECL_LINK( CheckOutHandler, void * ); - - -// private variables - - -private: + DECL_LINK_TYPED( CheckOutHandler, Button*, void ); IMPL_SfxBaseController_DataContainer* m_pData ; -- cgit