summaryrefslogtreecommitdiff
path: root/basctl/source/inc/managelang.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/managelang.hxx')
-rw-r--r--basctl/source/inc/managelang.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/managelang.hxx b/basctl/source/inc/managelang.hxx
index 469ee685f5ff..c6017299d7f5 100644
--- a/basctl/source/inc/managelang.hxx
+++ b/basctl/source/inc/managelang.hxx
@@ -69,7 +69,7 @@ private:
DECL_LINK_TYPED(AddHdl, Button*, void);
DECL_LINK_TYPED(DeleteHdl, Button*, void);
DECL_LINK_TYPED(MakeDefHdl, Button*, void);
- DECL_LINK(SelectHdl, void *);
+ DECL_LINK_TYPED(SelectHdl, ListBox&, void);
public:
ManageLanguageDialog( vcl::Window* pParent, std::shared_ptr<LocalizationMgr> _pLMgr );