diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 14:16:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 17:07:09 +0200 |
commit | 747394659c5f0aa71053d84fc9fc4bee75fc34ef (patch) | |
tree | 903c3d5649ca078335ea5a4ab39e9ed51571fd9b /sfx2/source/inc/versdlg.hxx | |
parent | 749be84cefbce1c24b46ab8cc296064216087312 (diff) |
use toggle instead of click for ToggleButton
Change-Id: I8a1c6620cf009807cc43766b0cc972523e87e9c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115811
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/inc/versdlg.hxx')
-rw-r--r-- | sfx2/source/inc/versdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/inc/versdlg.hxx b/sfx2/source/inc/versdlg.hxx index 1e173467d7a8..c94da8af0405 100644 --- a/sfx2/source/inc/versdlg.hxx +++ b/sfx2/source/inc/versdlg.hxx @@ -44,6 +44,7 @@ class SfxVersionDialog : public SfxDialogController DECL_LINK(DClickHdl_Impl, weld::TreeView&, bool); DECL_LINK(SelectHdl_Impl, weld::TreeView&, void); DECL_LINK(ButtonHdl_Impl, weld::Button&, void); + DECL_LINK(ToggleHdl_Impl, weld::ToggleButton&, void); void Init_Impl(); void Open_Impl(); |