summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/grid/XGridSelection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XGridSelection.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridSelection.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridSelection.idl b/offapi/com/sun/star/awt/grid/XGridSelection.idl
index f24f0e1885f8..94c08ec08d84 100644
--- a/offapi/com/sun/star/awt/grid/XGridSelection.idl
+++ b/offapi/com/sun/star/awt/grid/XGridSelection.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/awt/grid/XGridSelectionListener.idl>
#include <com/sun/star/view/SelectionType.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** This interfaces provides access to the selection of row for <type>UnoControlGrid</type>.
*/
@@ -90,7 +88,6 @@ interface XGridSelection
*/
void addSelectionListener( [in] XGridSelectionListener listener);
- //-------------------------------------------------------------------------
/** Removes a listener previously added with <method>addSelectionListener()</method>.
@param listener
@@ -101,7 +98,6 @@ interface XGridSelection
};
-//=============================================================================
}; }; }; }; };