summaryrefslogtreecommitdiffstats
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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
index 18c140cc30b2..3ed65208d92d 100644
--- a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
+++ b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module awt { module grid {
-/** This interfaces provides access to the selection of row for <type>UnoControlGrid</type>.
+/** This interfaces provides access to the selection of row for UnoControlGrid.
@since LibreOffice 3.4
*/
@@ -82,7 +82,7 @@ published interface XGridRowSelection
*/
boolean isRowSelected( [in] long RowIndex );
- /** Adds a listener for the <type>GridSelectionEvent</type> posted after the grid changes.
+ /** Adds a listener for the GridSelectionEvent posted after the grid changes.
@param listener
the listener to add.
*/