summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/XDocumentEventListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XDocumentEventListener.idl')
-rw-r--r--offapi/com/sun/star/document/XDocumentEventListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XDocumentEventListener.idl b/offapi/com/sun/star/document/XDocumentEventListener.idl
index 75f096638191..7b83e6bfd9f2 100644
--- a/offapi/com/sun/star/document/XDocumentEventListener.idl
+++ b/offapi/com/sun/star/document/XDocumentEventListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/document/DocumentEvent.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** allows to be notified of events happening in an <type>OfficeDocument</type>
@@ -52,11 +50,9 @@ interface XDocumentEventListener : ::com::sun::star::lang::XEventListener
void documentEventOccured( [in] DocumentEvent Event );
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif