diff options
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; |