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

Change-Id: I1f793bf2656ee7feb59927962dc2c38587dba272
This commit is contained in:
Caolán McNamara 2012-11-20 16:32:14 +00:00
parent bcafd193e7
commit 0894db6f53

View file

@ -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");