summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XGridSelectionListener.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridSelectionListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl b/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
index fbbf1a5ec8b7..b7731519da4f 100644
--- a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/awt/grid/GridSelectionEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An instance of this interface is used by the <type>XGridSelection</type> to
get notifications about selection changes.
@@ -46,14 +44,12 @@ module com { module sun { module star { module awt { module grid {
*/
interface XGridSelectionListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** Invoked after a selection was changed.
*/
[oneway] void selectionChanged( [in] GridSelectionEvent gridSelectionEvent);
};
-//=============================================================================
}; }; }; }; };