diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-12-20 19:10:29 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-07 07:05:29 +0000 |
commit | 76db789dc777a4888b95d9f6665ce45bd667b957 (patch) | |
tree | d9b1ec75c45dfacd9dce3e8d981411381459a221 /include/sfx2 | |
parent | 4f12babf52750bd07ef1a7345a428123cfd0bae5 (diff) |
Add Tooltips for emoji toolbar control
Change-Id: I93d9fb1af42d83c7f7f518a1441f4666fd7ee30a
Reviewed-on: https://gerrit.libreoffice.org/32231
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/emojiview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/emojiview.hxx b/include/sfx2/emojiview.hxx index 1b0d0ac3d6a1..1085d4d760b7 100644 --- a/include/sfx2/emojiview.hxx +++ b/include/sfx2/emojiview.hxx @@ -64,7 +64,7 @@ public: void setInsertEmojiHdl (const Link<ThumbnailViewItem*, void> &rLink); - void AppendItem(const OUString &rTitle, const OUString &rCategory ); + void AppendItem(const OUString &rTitle, const OUString &rCategory, const OUString &rName ); protected: virtual void MouseButtonDown( const MouseEvent& rMEvt ) override; |