summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XActivationEventListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XActivationEventListener.idl')
-rw-r--r--offapi/com/sun/star/sheet/XActivationEventListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XActivationEventListener.idl b/offapi/com/sun/star/sheet/XActivationEventListener.idl
index 70ec93717e95..ad9ffb1e49d4 100644
--- a/offapi/com/sun/star/sheet/XActivationEventListener.idl
+++ b/offapi/com/sun/star/sheet/XActivationEventListener.idl
@@ -32,17 +32,14 @@
#include <com/sun/star/sheet/ActivationEvent.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** makes it possible to receive events when the active spreadsheet changes.
*/
published interface XActivationEventListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is called whenever data or a selection changed.
@@ -63,7 +60,6 @@ published interface XActivationEventListener: com::sun::star::lang::XEventListen
};
-//=============================================================================
}; }; }; };