summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XSortableGridData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XSortableGridData.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableGridData.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/XSortableGridData.idl b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index aa0191e991ea..7a2e2837378d 100644
--- a/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -50,10 +50,12 @@ interface XSortableGridData
/** returns the current sort order.
@return
- a structure describing the current sort order. ::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.
+ a structure describing the current sort order.
+ 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.
*/
::com::sun::star::beans::Pair< long, boolean >
getCurrentSortOrder();