summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XUpdateListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XUpdateListener.idl')
-rw-r--r--offapi/com/sun/star/form/XUpdateListener.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XUpdateListener.idl b/offapi/com/sun/star/form/XUpdateListener.idl
index 81b0250fa80e..c3b64c9b332c 100644
--- a/offapi/com/sun/star/form/XUpdateListener.idl
+++ b/offapi/com/sun/star/form/XUpdateListener.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** used to listen on objects which allow updating their data.
<p>In addition to just get notified when an data update happened, the listener
@@ -47,7 +45,6 @@
*/
published interface XUpdateListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked to check the current data.
@@ -62,7 +59,6 @@ published interface XUpdateListener: com::sun::star::lang::XEventListener
*/
boolean approveUpdate( [in] com::sun::star::lang::EventObject aEvent );
- //-------------------------------------------------------------------------
/** is invoked when an object has finished processing the updates and
the data has been successfully written.
@@ -74,7 +70,6 @@ published interface XUpdateListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };