From a5205b8dfc04343dacc396a0d1e8b5168edd51af Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 17 Dec 2012 12:56:02 +0000 Subject: sort style list in outline numbering Change-Id: I17139da65d0adbdaaa2c7bafb066fc6f74c42700 --- sw/source/ui/misc/outline.cxx | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.3