summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/mailmrge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/mailmrge.hxx')
-rw-r--r--sw/source/uibase/inc/mailmrge.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/mailmrge.hxx b/sw/source/uibase/inc/mailmrge.hxx
index f409c664ffe9..0eebc628618b 100644
--- a/sw/source/uibase/inc/mailmrge.hxx
+++ b/sw/source/uibase/inc/mailmrge.hxx
@@ -103,10 +103,10 @@ class SwMailMergeDlg : public SfxDialogController
DECL_LINK( ButtonHdl, weld::Button&, void );
DECL_LINK( InsertPathHdl, weld::Button&, void );
- DECL_LINK( OutputTypeHdl, weld::ToggleButton&, void );
- DECL_LINK( FilenameHdl, weld::ToggleButton&, void );
+ DECL_LINK( OutputTypeHdl, weld::Toggleable&, void );
+ DECL_LINK( FilenameHdl, weld::Toggleable&, void );
DECL_LINK( ModifyHdl, weld::SpinButton&, void );
- DECL_LINK( SaveTypeHdl, weld::ToggleButton&, void );
+ DECL_LINK( SaveTypeHdl, weld::Toggleable&, void );
DECL_LINK( FileFormatHdl, weld::ComboBox&, void );
bool ExecQryShell();