Kaydet (Commit) 65b241eb authored tarafından Caolán McNamara's avatar Caolán McNamara

sort style list in outline numbering

Change-Id: I17139da65d0adbdaaa2c7bafb066fc6f74c42700
üst ec1f1c16
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment