diff options
author | Marc Mondesir <timepilot3000@gmail.com> | 2025-07-24 12:40:00 -0700 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-07-25 19:21:56 +0200 |
commit | bb89af3aa3ee1dc6196b92c951d1aebea9f96209 (patch) | |
tree | b16ef276243bacacf34c3c5515fc97874ef120f0 /fpicker/source/office/OfficeFolderPicker.cxx | |
parent | 02aff360e449062d85a1a03d7ed7adf9b3fe4a2c (diff) |
(related tdf#128357) Fix bad sort.HEADmaster
First sort() call puts list in order by pointer value since no compare
function given, which just makes more work for second sort() call. This
was meant to function like sort() calls in StyleList::UpdateStyles. Add
compare function to sort alphabetically to match that, and copy comment.
Change-Id: I3613f97be6cc24f8cf029746e1e5e8c18daa3d48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188302
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'fpicker/source/office/OfficeFolderPicker.cxx')
0 files changed, 0 insertions, 0 deletions