summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/RandomNumberGeneratorDialog.hxx')
-rw-r--r--sc/source/ui/inc/RandomNumberGeneratorDialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
index 045a5726b771..dc751e490431 100644
--- a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
+++ b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
@@ -70,9 +70,9 @@ private:
void SelectGeneratorAndGenerateNumbers();
- DECL_LINK( OkClicked, PushButton* );
- DECL_LINK( CloseClicked, PushButton* );
- DECL_LINK( ApplyClicked, PushButton* );
+ DECL_LINK_TYPED( OkClicked, Button*, void );
+ DECL_LINK_TYPED( CloseClicked, Button*, void );
+ DECL_LINK_TYPED( ApplyClicked, Button*, void );
DECL_LINK( GetFocusHandler, Control* );
DECL_LINK( LoseFocusHandler, void* );