diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-20 16:32:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-20 16:47:33 +0000 |
commit | 0894db6f532a0a27d8da57d3e191d2ccb198ebf0 (patch) | |
tree | 329b53a057cc32ceb6143903b91293c24662530c | |
parent | bcafd193e743fca4ab6198092b34d000787e06f0 (diff) |
Resolves: fdo#56882 font list in insert symbols not sorted
Change-Id: I1f793bf2656ee7feb59927962dc2c38587dba272
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index 18e9bf8658c3..f457ba390399 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -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"); |