summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatmgr.hxx')
-rw-r--r--sc/source/ui/inc/condformatmgr.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx
index d713383a6ece..a72e6a20c852 100644
--- a/sc/source/ui/inc/condformatmgr.hxx
+++ b/sc/source/ui/inc/condformatmgr.hxx
@@ -67,9 +67,10 @@ private:
ScDocument* mpDoc;
ScAddress maPos;
- DECL_LINK(RemoveBtnHdl, void*);
+ DECL_LINK_TYPED(RemoveBtnHdl, Button*, void);
+ DECL_LINK_TYPED(EditBtnClickHdl, Button*, void);
+ DECL_LINK_TYPED(AddBtnHdl, Button*, void);
DECL_LINK(EditBtnHdl, void*);
- DECL_LINK(AddBtnHdl, void*);
bool mbModified;
};