diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-09-17 20:40:55 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-09-17 21:43:43 +0200 |
commit | 8aec73d7a93b37778198d416ca4ef285734f2024 (patch) | |
tree | b0449c794cd646cbcc6a6046b1f1d8debd9001f9 /cui/source | |
parent | 82689553221e1f8ceab62d72a27b31902d45f436 (diff) |
tdf139131 - Sort page styles under Paragraph -> Text Flow
Change-Id: I1bfe098ce9dd0c76c9a469f10e41f7d757e5e50b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122270
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/paragrph.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx index 6726da03961d..a7075bd862e7 100644 --- a/cui/source/tabpages/paragrph.cxx +++ b/cui/source/tabpages/paragrph.cxx @@ -1940,6 +1940,8 @@ SvxExtParagraphTabPage::SvxExtParagraphTabPage(weld::Container* pPage, weld::Dia SfxStyleSheetBase* pStyle = pPool->First(SfxStyleFamily::Page); OUString aStdName; + // tdf139131 - sort page styles + m_xApplyCollBox->make_sorted(); while( pStyle ) { if ( aStdName.isEmpty() ) |