Resolves: fdo#56882 font list in insert symbols not sorted
Change-Id: I1f793bf2656ee7feb59927962dc2c38587dba272
This commit is contained in:
parent
bcafd193e7
commit
0894db6f53
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue