diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 16:19:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 21:37:35 +0200 |
commit | 9e27ac3ed8f2405a94bf07519ca7941731025e37 (patch) | |
tree | 2f009042a2b62d2289f2925bbbe849c1409ecdac /include/svx | |
parent | 14d03bf37063fcf5f0641989b1d0c06c49fe75c2 (diff) |
use toggle instead of click for RadioButton
Change-Id: I8fb4a28f4be701858af0ae8e95ff0f45a5401490
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115821
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/ctredlin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx index cffb5be2fbee..c3e887ba1302 100644 --- a/include/svx/ctredlin.hxx +++ b/include/svx/ctredlin.hxx @@ -182,7 +182,7 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxTPFilter final : public SvxTPage std::unique_ptr<weld::Entry> m_xEdComment; DECL_LINK( SelDateHdl, weld::ComboBox&, void ); - DECL_LINK( RowEnableHdl, weld::Button&, void ); + DECL_LINK( RowEnableHdl, weld::ToggleButton&, void ); DECL_LINK( TimeHdl, weld::Button&, void ); DECL_LINK( ModifyHdl, weld::Entry&, void ); DECL_LINK( ModifyListBoxHdl, weld::ComboBox&, void ); |