From 78b124143a3c2bd82984c1c06aa3265c211cef13 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Sep 2015 12:45:38 +0200 Subject: convert Link<> to typed Change-Id: I2f36a123662488ef5534f7bf0845d61e497fb0ec --- basctl/source/basicide/baside2.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl/source/basicide/baside2.hxx') diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 81351a3aeba3..fbadefdc1905 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -236,7 +236,7 @@ protected: DECL_LINK_TYPED( ButtonHdl, Button *, void ); DECL_LINK_TYPED(TreeListHdl, SvTreeListBox*, void); DECL_LINK_TYPED( implEndDragHdl, HeaderBar *, void ); - DECL_LINK_TYPED( EditAccHdl, Accelerator *, void ); + DECL_LINK_TYPED( EditAccHdl, Accelerator&, void ); public: -- cgit