summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatdlg.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx
index 531b8c19a3ba..5a6faed4f9da 100644
--- a/sc/source/ui/inc/condformatdlg.hxx
+++ b/sc/source/ui/inc/condformatdlg.hxx
@@ -86,8 +86,8 @@ public:
ScConditionalFormat* GetConditionalFormat() const;
void RecalcAll();
- DECL_LINK( AddBtnHdl, void* );
- DECL_LINK( RemoveBtnHdl, void* );
+ DECL_LINK_TYPED( AddBtnHdl, Button*, void );
+ DECL_LINK_TYPED( RemoveBtnHdl, Button*, void );
DECL_LINK( ScrollHdl, void* );
DECL_LINK( EntrySelectHdl, ScCondFrmtEntry* );
@@ -147,7 +147,7 @@ public:
void InvalidateRefData();
- DECL_LINK( BtnPressedHdl, Button* );
+ DECL_LINK_TYPED( BtnPressedHdl, Button*, void );
DECL_LINK( RangeGetFocusHdl, formula::RefEdit* );
};