| commit | 2432c550d203053214310a23630f89baecdff6cc | [log] |
|---|---|---|
| author | Tamás Zolnai <tamas.zolnai@collabora.com> | Fri Dec 08 04:01:02 2017 +0100 |
| committer | Tamás Zolnai <tamas.zolnai@collabora.com> | Fri Dec 08 07:21:19 2017 +0100 |
| tree | 0acedc232b17514c024cabdf1d7b7c676fa56bba | |
| parent | 818f9e4017d16d6a48265638393dec4f9ed30649 [diff] |
Update recent characters only when the selected character is inserted Change-Id: Ic8cd715553f995d8adc1e84381c00646c9c252af Reviewed-on: https://gerrit.libreoffice.org/46065 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index 31c2591..c01af45 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx
@@ -631,9 +631,9 @@ void SvxCharacterMap::insertCharToDoc(const OUString& sGlyph) aArgs[1].Name = "FontName"; aArgs[1].Value <<= aFont.GetFamilyName(); comphelper::dispatchCommand(".uno:InsertSymbol", aArgs); } updateRecentCharacterList(sGlyph, aFont.GetFamilyName()); updateRecentCharacterList(sGlyph, aFont.GetFamilyName()); } }