From 9af27324f5f5ef9bd340c6df8640b146a3eba21c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 6 Sep 2015 12:05:08 +0200 Subject: convert Link<> to typed Change-Id: I38f2c15b4f8bb1d7187b019d26a2644b087898c1 Reviewed-on: https://gerrit.libreoffice.org/18357 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- framework/inc/classes/menumanager.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/inc/classes/menumanager.hxx') diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx index ea97658ec1a0..44e4a7895f80 100644 --- a/framework/inc/classes/menumanager.hxx +++ b/framework/inc/classes/menumanager.hxx @@ -61,7 +61,7 @@ class MenuManager : public ::cppu::WeakImplHelper< css::frame::XStatusListener > // XEventListener virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; - DECL_LINK( Select, Menu * ); + DECL_LINK_TYPED( Select, Menu *, bool ); Menu* GetMenu() const { return m_pVCLMenu; } -- cgit