summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-09-05 10:50:24 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-09-06 10:32:28 +0200
commit337cf4b174d1bda1f582bb83e43f8cb101a05902 (patch)
treefd80fed75f8d6a0634970942e93aac86eece7903
parent24eae7bd702f3f6dd790be7ac38ac16e9fe6a375 (diff)
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.heiko@gmail.com>
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx4
1 files changed, 2 insertions, 2 deletions
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 )
{