summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/XResetListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XResetListener.idl')
-rw-r--r--offapi/com/sun/star/form/XResetListener.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XResetListener.idl b/offapi/com/sun/star/form/XResetListener.idl
index b8b0de9381af..5a12821cbcbc 100644
--- a/offapi/com/sun/star/form/XResetListener.idl
+++ b/offapi/com/sun/star/form/XResetListener.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** is the interface for receiving notifications about reset events.
@@ -55,7 +53,6 @@
*/
published interface XResetListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked before a component is reset.
@@ -67,7 +64,6 @@ published interface XResetListener: com::sun::star::lang::XEventListener
*/
boolean approveReset( [in] com::sun::star::lang::EventObject rEvent );
- //-------------------------------------------------------------------------
/** is invoked when a component has been reset.
@@ -78,7 +74,6 @@ published interface XResetListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };