From 304b74784297df7cbd0762a2f468ba13b33402bd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 19 May 2021 20:55:17 +0100 Subject: use toggle instead of click for RadioButton MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8de3daf3799a78c63be2c560afa4a7cc02d63daa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115852 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/svx/srchdlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index 8982e4d37a2b..973671355cbf 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -226,9 +226,9 @@ private: std::unique_ptr m_xCalcStrFT; DECL_DLLPRIVATE_LINK( ModifyHdl_Impl, weld::ComboBox&, void ); - DECL_DLLPRIVATE_LINK( FlagHdl_Impl, weld::Button&, void ); + DECL_DLLPRIVATE_LINK( FlagHdl_Impl, weld::ToggleButton&, void ); DECL_DLLPRIVATE_LINK( CommandHdl_Impl, weld::Button&, void ); - DECL_DLLPRIVATE_LINK(TemplateHdl_Impl, weld::Button&, void); + DECL_DLLPRIVATE_LINK(TemplateHdl_Impl, weld::ToggleButton&, void); DECL_DLLPRIVATE_LINK( FocusHdl_Impl, weld::Widget&, void ); DECL_DLLPRIVATE_LINK( LBSelectHdl_Impl, weld::ComboBox&, void ); DECL_DLLPRIVATE_LINK(LoseFocusHdl_Impl, weld::Widget&, void); -- cgit