diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 14:37:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 18:23:21 +0200 |
commit | 7bce577cca9e6ca24879affa6398f8fda840d921 (patch) | |
tree | 9bafd6f261e85df09f595901e27a5c49c3745118 /sd/source/ui/inc | |
parent | 819b30e937d227d1458ecc22b09ef994ebe7e17e (diff) |
use toggle instead of click for CheckButton
Change-Id: I0cbe6cd1b93557ceba535a835c4a199761ca5f00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115812
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/CustomAnimationPane.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/CustomAnimationPane.hxx b/sd/source/ui/inc/CustomAnimationPane.hxx index ff6fa75609e1..80d2aa4eef10 100644 --- a/sd/source/ui/inc/CustomAnimationPane.hxx +++ b/sd/source/ui/inc/CustomAnimationPane.hxx @@ -102,6 +102,7 @@ private: DECL_LINK( implControlListBoxHdl, weld::ComboBox&, void ); DECL_LINK( implClickHdl, weld::Button&, void ); + DECL_LINK( implToggleHdl, weld::ToggleButton&, void ); DECL_LINK( implPropertyHdl, LinkParamNone*, void ); DECL_LINK( EventMultiplexerListener, tools::EventMultiplexerEvent&, void ); DECL_LINK( lateInitCallback, Timer *, void ); |