summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-01-09 15:22:23 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-01-09 16:19:45 +0100
commit17747ef473d71dc3aa62242f4ddb5a94aa0da983 (patch)
tree53dcaa0bb01876aeb97cf8974318e46229ce489c /sw
parentba4bbfadd79e0765db01bb70bfd97fa0a959ce24 (diff)
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@documentfoundation.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/misc/docfnote.cxx4
1 files changed, 2 insertions, 2 deletions
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