summaryrefslogtreecommitdiff
path: root/cui/source/options/optctl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-20 09:31:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-20 12:38:17 +0200
commit5792b08d3762117dfa28ea08638d79a5b01957ad (patch)
tree988cdc0bc6f8bdebe7a15d82b0604afee593fea0 /cui/source/options/optctl.hxx
parent304b74784297df7cbd0762a2f468ba13b33402bd (diff)
use toggle instead of click for CheckButton
Change-Id: I73ffd66a6e5eed1f95882e874d9319ecad5550f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115853 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/optctl.hxx')
-rw-r--r--cui/source/options/optctl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optctl.hxx b/cui/source/options/optctl.hxx
index e81d24beaa19..40df4014c874 100644
--- a/cui/source/options/optctl.hxx
+++ b/cui/source/options/optctl.hxx
@@ -32,7 +32,7 @@ private:
std::unique_ptr<weld::RadioButton> m_xMovementVisualRB;
std::unique_ptr<weld::ComboBox> m_xNumeralsLB;
- DECL_LINK( SequenceCheckingCB_Hdl, weld::Button&, void );
+ DECL_LINK( SequenceCheckingCB_Hdl, weld::ToggleButton&, void );
public:
SvxCTLOptionsPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rSet);