diff options
author | ShyamPraveenSingh <shyampraveensingh@gmail.com> | 2020-11-25 10:31:13 +0530 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-12-02 16:58:27 +0100 |
commit | b6c69a02222e3b6860efadb294a5b4d924bed819 (patch) | |
tree | 1004bb8202fb488d9fe7c2020b6d638c475e887b /sfx2/inc | |
parent | a9665403cd997c1c593efc52682a87ffb3c1e87a (diff) |
Resolves tdf#137547 CharmapCtrl label depending on recent chars
Label shows now "No recent characters" if none has been used
Change-Id: Ica3e4da077758ce848775eaa9b658f8322278b47
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106557
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/charmapcontrol.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/charmapcontrol.hxx b/sfx2/inc/charmapcontrol.hxx index 0902f17fa94f..039fed4aae4b 100644 --- a/sfx2/inc/charmapcontrol.hxx +++ b/sfx2/inc/charmapcontrol.hxx @@ -49,6 +49,7 @@ private: SvxCharView m_aRecentCharView[16]; SvxCharView m_aFavCharView[16]; + std::unique_ptr<weld::Label> m_xRecentLabel; std::unique_ptr<weld::Button> m_xDlgBtn; std::unique_ptr<weld::CustomWeld> m_xRecentCharView[16]; std::unique_ptr<weld::CustomWeld> m_xFavCharView[16]; |