[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Jul 25 22:40:34 UTC 2018
cui/source/dialogs/cuicharmap.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 39bf66b0384182970939334c98743551e7e95910
Author: Mark Vecsernyes <kurtaazz at gmail.com>
AuthorDate: Fri Nov 24 21:06:00 2017 +0100
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Thu Jul 26 00:40:12 2018 +0200
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 at collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
(cherry picked from commit eb384cf3792e3efc2473f26eee86b335804f2f9b)
Reviewed-on: https://gerrit.libreoffice.org/57645
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack at redhat.com>
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();
}
More information about the Libreoffice-commits
mailing list