summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/GlobalEventBroadcaster.idl')
-rw-r--r--offapi/com/sun/star/frame/GlobalEventBroadcaster.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl b/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
index f70786a92687..4a221b0dce1e 100644
--- a/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
+++ b/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/document/XEventBroadcaster.idl>
#include <com/sun/star/document/XEventsSupplier.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/**
This service offers the document event functionality that can be found at any
<type scope="com::sun::star::document">OfficeDocument</type>, but it does it for all existing documents.
@@ -46,7 +44,6 @@ service GlobalEventBroadcaster
interface ::com::sun::star::document::XEventBroadcaster;
};
-//=============================================================================
}; }; }; };