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>
diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx
index 6726da0..a7075bd 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() )