summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XRangeSelectionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XRangeSelectionListener.idl')
-rw-r--r--offapi/com/sun/star/sheet/XRangeSelectionListener.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/XRangeSelectionListener.idl b/offapi/com/sun/star/sheet/XRangeSelectionListener.idl
index 8cc26922437d..c313b1f352db 100644
--- a/offapi/com/sun/star/sheet/XRangeSelectionListener.idl
+++ b/offapi/com/sun/star/sheet/XRangeSelectionListener.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/sheet/RangeSelectionEvent.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** allows notification when range selection is completed or aborted.
@@ -44,7 +42,6 @@ published interface XRangeSelectionListener: com::sun::star::lang::XEventListene
void aborted( [in] com::sun::star::sheet::RangeSelectionEvent aEvent );
};
-//=============================================================================
}; }; }; };