summaryrefslogtreecommitdiff
path: root/basctl/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-31 13:41:05 +0200
committerNoel Grandin <noel@peralex.com>2015-09-04 13:08:30 +0200
commit2ec22477739d2c075e7d9997c3e90cb1a512f63f (patch)
tree44bd0825fe930703c393a78e771670fa0b52dce4 /basctl/source/inc
parent66a205d56f4ebd3ce6f32472ce90eb2c94f6f840 (diff)
convert Link<> to typed
Change-Id: I743c74b134552eefb14d35e54491494160f1ffbd
Diffstat (limited to 'basctl/source/inc')
-rw-r--r--basctl/source/inc/basidesh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx
index eed997708905..9206e01ea381 100644
--- a/basctl/source/inc/basidesh.hxx
+++ b/basctl/source/inc/basidesh.hxx
@@ -105,8 +105,8 @@ private:
void ImplStartListening( StarBASIC* pBasic );
- DECL_LINK( TabBarHdl, TabBar* );
- DECL_LINK( TabBarSplitHdl, TabBar * );
+ DECL_LINK_TYPED( TabBarHdl, ::TabBar*, void );
+ DECL_LINK_TYPED( TabBarSplitHdl, ::TabBar *, void );
static unsigned nShellCount;