diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 14:06:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 17:06:52 +0200 |
commit | 749be84cefbce1c24b46ab8cc296064216087312 (patch) | |
tree | ced723d7c59f45ce991cc6415ff314781658b203 /sfx2/inc | |
parent | be622ccf9b60290d0577314ac9d76fbcf1cce636 (diff) |
use toggle instead of click for ToggleButton
Change-Id: Ia2382e030bb668528e0ad56fd91b19e8621531f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115810
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/emojicontrol.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/emojicontrol.hxx b/sfx2/inc/emojicontrol.hxx index 2e2ab150762f..787405d101fb 100644 --- a/sfx2/inc/emojicontrol.hxx +++ b/sfx2/inc/emojicontrol.hxx @@ -36,9 +36,9 @@ public: private: static void ConvertLabelToUnicode(weld::ToggleButton& rBtn); - FILTER_CATEGORY getFilter(const weld::Button& rBtn) const; + FILTER_CATEGORY getFilter(const weld::ToggleButton& rBtn) const; - DECL_LINK(ActivatePageHdl, weld::Button&, void); + DECL_LINK(ActivatePageHdl, weld::ToggleButton&, void); DECL_STATIC_LINK(SfxEmojiControl, InsertHdl, ThumbnailViewItem*, void); std::unique_ptr<weld::ToggleButton> mxPeopleBtn; |