summaryrefslogtreecommitdiff
path: root/cui/source/inc/tabstpge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/tabstpge.hxx')
-rw-r--r--cui/source/inc/tabstpge.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/tabstpge.hxx b/cui/source/inc/tabstpge.hxx
index c415eab9aaa6..455caa2777ef 100644
--- a/cui/source/inc/tabstpge.hxx
+++ b/cui/source/inc/tabstpge.hxx
@@ -116,8 +116,8 @@ private:
DECL_LINK(SelectHdl_Impl, void *);
DECL_LINK(ModifyHdl_Impl, void *);
- DECL_LINK( GetFillCharHdl_Impl, Edit* );
- DECL_LINK( GetDezCharHdl_Impl, Edit* );
+ DECL_LINK_TYPED( GetFillCharHdl_Impl, Control&, void );
+ DECL_LINK_TYPED( GetDezCharHdl_Impl, Control&, void );
virtual void PageCreated(const SfxAllItemSet& aSet) SAL_OVERRIDE;
};