sw/source/ui/misc/docfnote.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 17747ef473d71dc3aa62242f4ddb5a94aa0da983 Author: Heiko Tietze <tietze.he...@gmail.com> AuthorDate: Thu Jan 9 15:22:23 2020 +0100 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Thu Jan 9 16:19:45 2020 +0100 Resolves tdf#129836 - Alphabetize styles in the footnotes/endnotes dialog List is sorted now Change-Id: Ie9bc4f63412dabd6032f0a9b7225384823f2f39a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86490 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sw/source/ui/misc/docfnote.cxx b/sw/source/ui/misc/docfnote.cxx index 0265fb6fef9d..9542740f5979 100644 --- a/sw/source/ui/misc/docfnote.cxx +++ b/sw/source/ui/misc/docfnote.cxx @@ -250,10 +250,10 @@ void SwEndNoteOptionPage::SetShell( SwWrtShell &rShell ) m_xFootnoteCharTextTemplBox->clear(); m_xFootnoteCharAnchorTemplBox->clear(); ::FillCharStyleListBox(*m_xFootnoteCharTextTemplBox, - pSh->GetView().GetDocShell()); + pSh->GetView().GetDocShell(), true); ::FillCharStyleListBox(*m_xFootnoteCharAnchorTemplBox, - pSh->GetView().GetDocShell()); + pSh->GetView().GetDocShell(), true); } // Handler behind the button to collect the footnote at the page. In this case _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits