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