summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-19 20:55:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-20 12:23:05 +0200
commit304b74784297df7cbd0762a2f468ba13b33402bd (patch)
tree915925e07d106a33dce5d8793efb7cb13c391adf /include
parent7a4fffb19fb3d573d9afd3f7136cd0e5b545b706 (diff)
use toggle instead of click for RadioButton
Change-Id: I8de3daf3799a78c63be2c560afa4a7cc02d63daa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115852 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/srchdlg.hxx4
1 files changed, 2 insertions, 2 deletions
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<weld::Label> 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);