summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/solveroptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/solveroptions.hxx')
-rw-r--r--sc/source/ui/inc/solveroptions.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/solveroptions.hxx b/sc/source/ui/inc/solveroptions.hxx
index e8c3f7388b54..ac0102a63a92 100644
--- a/sc/source/ui/inc/solveroptions.hxx
+++ b/sc/source/ui/inc/solveroptions.hxx
@@ -45,10 +45,10 @@ class ScSolverOptionsDialog : public ModalDialog
OUString maEngine;
css::uno::Sequence<css::beans::PropertyValue> maProperties;
- DECL_LINK_TYPED( EngineSelectHdl, ListBox&, void );
- DECL_LINK_TYPED( SettingsSelHdl, SvTreeListBox*, void );
- DECL_LINK_TYPED( SettingsDoubleClickHdl, SvTreeListBox*, bool );
- DECL_LINK_TYPED( ButtonHdl, Button*, void );
+ DECL_LINK( EngineSelectHdl, ListBox&, void );
+ DECL_LINK( SettingsSelHdl, SvTreeListBox*, void );
+ DECL_LINK( SettingsDoubleClickHdl, SvTreeListBox*, bool );
+ DECL_LINK( ButtonHdl, Button*, void );
void ReadFromComponent();
void FillListBox();