diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-20 15:30:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-20 20:27:38 +0200 |
commit | bb166403ef1026e3665b2d60810c71955d7402c0 (patch) | |
tree | 8b53027c66feaf328ca2a15e2aaff6fa13fa5ec4 /sw/source/uibase | |
parent | 27c89d6db49855ffad5ec38bb4842f5d30b42a05 (diff) |
use toggle instead of click for CheckButton
Change-Id: I7196581a8b7c307d531f6995e1c24db746afdb26
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115883
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r-- | sw/source/uibase/inc/convert.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx index cc7929e9fb64..6b1d9da1a323 100644 --- a/sw/source/uibase/inc/convert.hxx +++ b/sw/source/uibase/inc/convert.hxx @@ -53,8 +53,8 @@ class SwConvertTableDlg : public SfxDialogController DECL_LINK(AutoFormatHdl, weld::Button&, void); DECL_LINK(BtnHdl, weld::Button&, void); - DECL_LINK(CheckBoxHdl, weld::Button&, void); - DECL_LINK(RepeatHeaderCheckBoxHdl, weld::Button&, void); + DECL_LINK(CheckBoxHdl, weld::ToggleButton&, void); + DECL_LINK(RepeatHeaderCheckBoxHdl, weld::ToggleButton&, void); public: SwConvertTableDlg(SwView& rView, bool bToTable); |