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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/inc/managelang.hxx b/basctl/source/inc/managelang.hxx
index 3ff9db6fe324..4828bf9002b5 100644
--- a/basctl/source/inc/managelang.hxx
+++ b/basctl/source/inc/managelang.hxx
@@ -79,10 +79,10 @@ private:
void FillLanguageBox();
void ClearLanguageBox();
- DECL_LINK( AddHdl, Button * );
- DECL_LINK( DeleteHdl, Button * );
- DECL_LINK( MakeDefHdl, Button * );
- DECL_LINK( SelectHdl, ListBox * );
+ DECL_LINK(AddHdl, void *);
+ DECL_LINK(DeleteHdl, void *);
+ DECL_LINK(MakeDefHdl, void *);
+ DECL_LINK(SelectHdl, void *);
public:
ManageLanguageDialog( Window* pParent, boost::shared_ptr<LocalizationMgr> _pLMgr );