summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMark Vecsernyes <kurtaazz@gmail.com>2017-11-24 21:06:00 +0100
committerAndras Timar <andras.timar@collabora.com>2018-08-10 10:56:52 +0200
commita1ef611d671e0382a876531ff51e649278388922 (patch)
tree807b20242d94d8db975e6d01536f5b6cfa6c66d7 /cui
parenta5bd20d81e73251ff898176aa94deaa940e76c5d (diff)
tdf#113860 - Selecting a recent or favorite special character is not applied
Change-Id: Ia000e4d83b8012eff54647205f6e044920aed74b Reviewed-on: https://gerrit.libreoffice.org/45259 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit eb384cf3792e3efc2473f26eee86b335804f2f9b) Reviewed-on: https://gerrit.libreoffice.org/57645 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 39bf66b0384182970939334c98743551e7e95910)
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/cuicharmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx
index fb0410148105..6d6c4c6b7b5f 100644
--- a/cui/source/dialogs/cuicharmap.cxx
+++ b/cui/source/dialogs/cuicharmap.cxx
@@ -215,7 +215,7 @@ void SvxCharacterMap::SetChar( sal_UCS4 c )
sal_UCS4 SvxCharacterMap::GetChar() const
{
- return m_pShowSet->GetSelectCharacter();
+ return (m_pShowChar->GetText()).toChar();
}