diff options
author | Mark Vecsernyes <kurtaazz@gmail.com> | 2017-11-24 21:06:00 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-27 02:02:39 +0100 |
commit | eb384cf3792e3efc2473f26eee86b335804f2f9b (patch) | |
tree | cdf8d526009a702a5ccfad7ca250b6a3bd2958d5 /cui | |
parent | d685d96c3479bb75dac9ffbdb537e1ac00d33295 (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>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index 1058b70a795d..96d8cb73e3e6 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -214,7 +214,7 @@ void SvxCharacterMap::SetChar( sal_UCS4 c ) sal_UCS4 SvxCharacterMap::GetChar() const { - return m_pShowSet->GetSelectCharacter(); + return (m_pShowChar->GetText()).toChar(); } |