summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-17 12:56:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-17 12:56:59 +0000
commita5205b8dfc04343dacc396a0d1e8b5168edd51af (patch)
treee279d0bf240e319452a053672dd28c4150732bd8
parente0238a46e0850150e68218734dda86d6bd08523f (diff)
sort style list in outline numbering
Change-Id: I17139da65d0adbdaaa2c7bafb066fc6f74c42700
-rw-r--r--sw/source/ui/misc/outline.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx
index 48cfd5cfa712..1d7fc438ca47 100644
--- a/sw/source/ui/misc/outline.cxx
+++ b/sw/source/ui/misc/outline.cxx
@@ -427,6 +427,7 @@ SwOutlineSettingsTabPage::SwOutlineSettingsTabPage(Window* pParent,
{
get(m_pLevelLB, "level");
get(m_pCollBox, "style");
+ m_pCollBox->SetStyle(m_pCollBox->GetStyle()|WB_SORT);
get(m_pNumberBox, "numbering");
get(m_pCharFmtLB, "charstyle");
get(m_pAllLevelFT, "sublevelsft");