summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/EventObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/EventObject.idl')
-rw-r--r--offapi/com/sun/star/document/EventObject.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/EventObject.idl b/offapi/com/sun/star/document/EventObject.idl
index ec1eba17ba39..1aef3cfc2d2f 100644
--- a/offapi/com/sun/star/document/EventObject.idl
+++ b/offapi/com/sun/star/document/EventObject.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** is thrown on document and document content events
@see XEventListener
@@ -36,7 +34,6 @@ module com { module sun { module star { module document {
*/
published struct EventObject: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** specifies the name of the occurred event
<p>
@@ -46,7 +43,6 @@ published struct EventObject: com::sun::star::lang::EventObject
string EventName;
};
-//=============================================================================
}; }; }; };