Resolves: fdo#56882 font list in insert symbols not sorted
Change-Id: I1f793bf2656ee7feb59927962dc2c38587dba272
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user