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 9aed84462d8d..4dd9c4b10b2a 100644
--- a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
+++ b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
@@ -76,9 +76,9 @@ private:
DECL_LINK_TYPED( GetFocusHandler, Control&, void );
DECL_LINK_TYPED( LoseFocusHandler, Control&, void );
- DECL_LINK( InputRangeModified, void* );
- DECL_LINK( Parameter1ValueModified, void* );
- DECL_LINK( Parameter2ValueModified, void* );
+ DECL_LINK_TYPED( InputRangeModified, Edit&, void );
+ DECL_LINK_TYPED( Parameter1ValueModified, Edit&, void );
+ DECL_LINK_TYPED( Parameter2ValueModified, Edit&, void );
DECL_LINK_TYPED( DistributionChanged, ListBox&, void );
DECL_LINK_TYPED( CheckChanged, CheckBox&, void );