summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XGridRowSelection.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridRowSelection.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
index 78e3a98ccbcc..54e188ebde05 100644
--- a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
+++ b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
@@ -67,7 +67,7 @@ published interface XGridRowSelection
/** Returns whether rows are selected.
@returns
- <true/> if and only if at least one row is selected.
+ `TRUE` if and only if at least one row is selected.
*/
boolean hasSelectedRows();
@@ -75,10 +75,10 @@ published interface XGridRowSelection
@param RowIndex
the index of a row. If the value does not denote a valid row index, i.e. is smaller than <code>0</code>
- or greater than the number of rows, this is silently ignored, and <false/> is returned.
+ or greater than the number of rows, this is silently ignored, and `FALSE` is returned.
@returns
- <true/> if and only if there is a row with the given index, and it is selected currently.
+ `TRUE` if and only if there is a row with the given index, and it is selected currently.
*/
boolean isRowSelected( [in] long RowIndex );