https://issues.apache.org/ooo/show_bug.cgi?id=124349

--- Comment #6 from [email protected] ---
looked at the wrong place
not setSorting is the problem
getSortFieldNames shows unexpected behavior:
it returns array of pairs field names and sort direction
but excludes duplicates (OK) and fields marked READ_ONLY (What Why?)
main/wizards/com/sun/star/wizards/ui/SortingComponent.java 
> if (!((Boolean) CurUnoDialog.getControlProperty("lstSort" + (i + 1), 
> PropertyNames.READ_ONLY)))

what happend before is:
- entering sort step of the wizard
- sort fields are filled with the group fields and marked READ_ONLY
main/wizards/com/sun/star/wizards/report/ReportWizard.java : line 160

leaving sort step only the non READ_ONLY fields are fetched

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to