sw/source/ui/misc/outline.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 322f7414ce9600e45e52f9e3a89296703c2a6b42
Author: Andreas Heinisch <[email protected]>
AuthorDate: Mon Jul 4 13:53:15 2022 +0200
Commit: Xisco Fauli <[email protected]>
CommitDate: Tue Jul 5 10:51:16 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 <[email protected]>
(cherry picked from commit d6a363d83011ce3f195b96816e25dd749772cc24)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136761
Reviewed-by: Xisco Fauli <[email protected]>
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));
}