summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl b/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl
index e50084c43e39..06ab89cd35b2 100644
--- a/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl
+++ b/offapi/com/sun/star/sdb/XRowsChangeBroadcaster.idl
@@ -22,13 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sdb {
interface XRowsChangeListener;
-//=============================================================================
/** broadcasts changes in the <code>RowSet</code> supplied by a component
@@ -47,11 +45,9 @@ interface XRowsChangeBroadcaster
void removeRowsChangeListener( [in] XRowsChangeListener listener );
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif