Kaydet (Commit) 0894db6f authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#56882 font list in insert symbols not sorted

Change-Id: I1f793bf2656ee7feb59927962dc2c38587dba272
üst bcafd193
......@@ -56,6 +56,7 @@ SvxCharacterMap::SvxCharacterMap( Window* pParent, sal_Bool bOne_, const SfxItem
get(m_pDeleteBtn, "delete");
get(m_pFontText, "fontft");
get(m_pFontLB, "fontlb");
m_pFontLB->SetStyle(m_pFontLB->GetStyle() | WB_SORT);
get(m_pSubsetText, "subsetft");
get(m_pSubsetLB, "subsetlb");
get(m_pCharCodeText, "charcodeft");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment