sw/source/ui/misc/outline.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d6a363d83011ce3f195b96816e25dd749772cc24
Author:     Andreas Heinisch <andreas.heini...@yahoo.de>
AuthorDate: Mon Jul 4 13:53:15 2022 +0200
Commit:     Andreas Heinisch <andreas.heini...@yahoo.de>
CommitDate: Mon Jul 4 15:03:55 2022 +0200

    tdf#131568 - Chapter numbering dialog: sort list of character styles
    
    Change-Id: Ibe6830a7d3fdd35c4d8e6fa2b7c0007fa318083a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136798
    Tested-by: Jenkins
    Reviewed-by: Andreas Heinisch <andreas.heini...@yahoo.de>

diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx
index 3c1345f308ae..533028ebe09b 100644
--- a/sw/source/ui/misc/outline.cxx
+++ b/sw/source/ui/misc/outline.cxx
@@ -409,6 +409,7 @@ 
SwOutlineSettingsTabPage::SwOutlineSettingsTabPage(weld::Container* pPage, weld:
     m_xPrefixED->connect_changed(LINK(this,   SwOutlineSettingsTabPage, 
DelimModify));
     m_xSuffixED->connect_changed(LINK(this,   SwOutlineSettingsTabPage, 
DelimModify));
     m_xStartEdit->connect_value_changed(LINK(this,  SwOutlineSettingsTabPage, 
StartModified));
+    m_xCharFormatLB->make_sorted();
     m_xCharFormatLB->connect_changed(LINK(this,  SwOutlineSettingsTabPage, 
CharFormatHdl));
 }
 

Reply via email to