summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XModifyListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XModifyListener.idl')
-rw-r--r--offapi/com/sun/star/util/XModifyListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XModifyListener.idl b/offapi/com/sun/star/util/XModifyListener.idl
index 0e510bc7820f..c6804d483d76 100644
--- a/offapi/com/sun/star/util/XModifyListener.idl
+++ b/offapi/com/sun/star/util/XModifyListener.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** makes it possible to receive events when a model object changes.
*/
published interface XModifyListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is called when something changes in the object.
<p>Due to such an event, it may be necessary to update views or
@@ -47,7 +44,6 @@ published interface XModifyListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };