https://issues.apache.org/ooo/show_bug.cgi?id=121168
Priority: P3
Bug ID: 121168
Assignee: [email protected]
Summary: Typo errors in IDL of getCurrentSortOrder
Severity: normal
Issue Type: DEFECT
Classification: Code
OS: All
Reporter: [email protected]
Hardware: All
Status: CONFIRMED
Version: AOO 3.4.1
Component: documentation
Product: api
IDL page : c.s.s.awt.grid.XSortableMutableGridData
Type of return data reads :
::com::sun::star::beans::Pair< string, string >
It should be written :
::com::sun::star::beans::StringPair
Paragraph Returns reads :
::com::sun::star::beans::Pair::First denotes the column by which the data is
sorted, or -1 if the data is currently unsorted.
::com::sun::star::beans::Pair::Second is true if the data is sorted ascending,
false otherwise.
It should be written :
::com::sun::star::beans::StringPair::First denotes the column by which the data
is sorted, or -1 if the data is currently unsorted.
::com::sun::star::beans::StringPair::Second is true if the data is sorted
ascending, false otherwise.
--
You are receiving this mail because:
You are the assignee for the bug.