diff options
author | Mark Vecsernyes <kurtaazz@gmail.com> | 2017-11-24 21:06:00 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-07-26 00:40:12 +0200 |
commit | 39bf66b0384182970939334c98743551e7e95910 (patch) | |
tree | 2e20c4c296b3208b2dd81dcc11d7c35f34e6f8ac | |
parent | d909146913c762c2cdb6bed52fbbd817c05681e9 (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>
-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 0bc4db911c28..16d81440a0dd 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(); } |