summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/XEventsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XEventsSupplier.idl')
-rw-r--r--offapi/com/sun/star/document/XEventsSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XEventsSupplier.idl b/offapi/com/sun/star/document/XEventsSupplier.idl
index 4e551527dc03..9b0ad083a078 100644
--- a/offapi/com/sun/star/document/XEventsSupplier.idl
+++ b/offapi/com/sun/star/document/XEventsSupplier.idl
@@ -21,16 +21,13 @@
#include <com/sun/star/container/XNameReplace.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** gives access to a list of URLs bound to events of this object
*/
published interface XEventsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** offers a list of event handlers which are be bound to events of
this object
@@ -40,7 +37,6 @@ published interface XEventsSupplier: com::sun::star::uno::XInterface
com::sun::star::container::XNameReplace getEvents();
};
-//=============================================================================
}; }; }; };