[Libreoffice-commits] core.git: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 10 14:57:05 UTC 2018


 cui/source/tabpages/chardlg.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ee68b450b75c68b2b129564c799766abba7087c9
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Oct 10 10:22:55 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Oct 10 16:56:41 2018 +0200

    font lists come presorted
    
    Change-Id: I0559ed99971bd83d9d09321a12ce64e7bbd1f339
    Reviewed-on: https://gerrit.libreoffice.org/61608
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 1ba7f1690448..c4b7432e1bdc 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -611,7 +611,6 @@ namespace
             const FontMetric& rFontMetric = rList.GetFontName(i);
             rBox.append_text(rFontMetric.GetFamilyName());
         }
-        rBox.make_sorted();
         rBox.thaw();
     }
 }


More information about the Libreoffice-commits mailing list