summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/StatisticsInputOutputDialog.hxx')
-rw-r--r--sc/source/ui/inc/StatisticsInputOutputDialog.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
index 2f6a42710613..8a55f5dd9857 100644
--- a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
+++ b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
@@ -79,11 +79,11 @@ private:
void Init();
void GetRangeFromSelection();
- DECL_LINK_TYPED( GroupByChanged, RadioButton&, void );
- DECL_LINK_TYPED( OkClicked, Button*, void );
- DECL_LINK_TYPED( GetFocusHandler, Control&, void );
- DECL_LINK_TYPED( LoseFocusHandler, Control&, void );
- DECL_LINK_TYPED( RefInputModifyHandler, Edit&, void );
+ DECL_LINK( GroupByChanged, RadioButton&, void );
+ DECL_LINK( OkClicked, Button*, void );
+ DECL_LINK( GetFocusHandler, Control&, void );
+ DECL_LINK( LoseFocusHandler, Control&, void );
+ DECL_LINK( RefInputModifyHandler, Edit&, void );
};
#endif