summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/bastype3.hxx')
-rw-r--r--basctl/source/basicide/bastype3.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx
index 3106cf767fca..5f946ca5a2c3 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -35,8 +35,8 @@ private:
protected:
DECL_LINK_TYPED( EditAccHdl, Accelerator&, void );
- DECL_LINK(ImplGetFocusHdl, void *);
- DECL_LINK(ImplLoseFocusHdl, void *);
+ DECL_LINK_TYPED( ImplGetFocusHdl, Control&, void );
+ DECL_LINK_TYPED( ImplLoseFocusHdl, Control&, void );
public:
ExtendedEdit( vcl::Window* pParent, IDEResId nRes );