summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XContentEventListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XContentEventListener.idl')
-rw-r--r--offapi/com/sun/star/ucb/XContentEventListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XContentEventListener.idl b/offapi/com/sun/star/ucb/XContentEventListener.idl
index 46e992f3936f..7434fc549da7 100644
--- a/offapi/com/sun/star/ucb/XContentEventListener.idl
+++ b/offapi/com/sun/star/ucb/XContentEventListener.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/ucb/ContentEvent.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** a listener for events related to <type>XContent</type>s.
@version 1.0
@@ -35,7 +33,6 @@ module com { module sun { module star { module ucb {
*/
published interface XContentEventListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** gets called whenever a content wishes to notify changes.
@param evt
@@ -45,7 +42,6 @@ published interface XContentEventListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };