[Libreoffice-commits] core.git: sw/source

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 9 15:20:20 UTC 2020


 sw/source/ui/misc/docfnote.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 17747ef473d71dc3aa62242f4ddb5a94aa0da983
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Thu Jan 9 15:22:23 2020 +0100
Commit:     Heiko Tietze <heiko.tietze at 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.tietze at 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


More information about the Libreoffice-commits mailing list