summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tphf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tphf.hxx')
-rw-r--r--sc/source/ui/inc/tphf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tphf.hxx b/sc/source/ui/inc/tphf.hxx
index 9f5c8a599a23..9933947fb837 100644
--- a/sc/source/ui/inc/tphf.hxx
+++ b/sc/source/ui/inc/tphf.hxx
@@ -53,9 +53,9 @@ private:
sal_uInt16 nPageUsage;
VclPtr<ScStyleDlg> pStyleDlg;
- DECL_LINK(BtnHdl, void *);
+ DECL_LINK_TYPED(BtnHdl, Button*, void);
DECL_LINK( HFEditHdl, void* );
- DECL_LINK(TurnOnHdl, void *);
+ DECL_LINK_TYPED(TurnOnHdl, Button*, void);
};
class ScHeaderPage : public ScHFPage