cui/source/dialogs/cuicharmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 39bf66b0384182970939334c98743551e7e95910
Author:     Mark Vecsernyes <kurta...@gmail.com>
AuthorDate: Fri Nov 24 21:06:00 2017 +0100
Commit:     Eike Rathke <er...@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.zol...@collabora.com>
    Tested-by: Tamás Zolnai <tamas.zol...@collabora.com>
    (cherry picked from commit eb384cf3792e3efc2473f26eee86b335804f2f9b)
    Reviewed-on: https://gerrit.libreoffice.org/57645
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <er...@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();
 }
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to