summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowSetChangeListener.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowSetChangeListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetChangeListener.idl b/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
index 2e5d7186585e..28c31cf6327c 100644
--- a/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
+++ b/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/XEventListener.idl>
-//=============================================================================
module com { module sun { module star { module sdb {
-//=============================================================================
/** is implemented by components which want to be notified when the <code>RowSet</code> supplied
by a <type>XRowSetSupplier</type> changes.
@@ -43,11 +41,9 @@ module com { module sun { module star { module sdb {
[oneway] void onRowSetChanged( [in] ::com::sun::star::lang::EventObject i_Event );
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif