https://issues.apache.org/ooo/show_bug.cgi?id=125306
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Issue Type|DEFECT |ENHANCEMENT --- Comment #1 from Andre <[email protected]> --- Looks like the object to be sorted implements the SheetCellRange and the util::XSortable interface. I did not find a statement regarding stable or unstable sorting so I guess that that is left as implementation detail. If the above is true then this bug is not a defect but a request for enhancement (of the API). Alternatively we could change the implementation from std::sort to std::stable_sort but that might break existing code that expects the sorting to behave like it does. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
