svx/source/tbxctrls/tbcontrl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 337cf4b174d1bda1f582bb83e43f8cb101a05902 Author: heiko tietze <tietze.he...@gmail.com> AuthorDate: Wed Sep 5 10:50:24 2018 +0200 Commit: Heiko Tietze <tietze.he...@gmail.com> CommitDate: Thu Sep 6 10:32:28 2018 +0200 tdf#108351 - Default list of paragraph styles in drop down menu Sort order adjusted Change-Id: I09109ac4aa21d8fa77da5c5930682dcf7a4f542a Reviewed-on: https://gerrit.libreoffice.org/60020 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.he...@gmail.com> diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 62a0015bf901..5ab590349822 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2520,12 +2520,12 @@ struct SvxStyleToolBoxControl::Impl static const std::vector<OUString> aWriterStyles = { "Text body", - "Quotations", "Title", "Subtitle", "Heading 1", "Heading 2", - "Heading 3" + "Heading 3", + "Quotations" }; for( const OUString& aStyle: aWriterStyles ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits