summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XRowSetListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XRowSetListener.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XRowSetListener.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XRowSetListener.idl b/offapi/com/sun/star/sdbc/XRowSetListener.idl
index 03a8aa35f43f..9652672da8a6 100644
--- a/offapi/com/sun/star/sdbc/XRowSetListener.idl
+++ b/offapi/com/sun/star/sdbc/XRowSetListener.idl
@@ -35,7 +35,6 @@ published interface XRowSetListener: com::sun::star::lang::XEventListener
contains information about the event
*/
[oneway] void cursorMoved([in]com::sun::star::lang::EventObject event);
- //-------------------------------------------------------------------------
/** is called when a row is inserted, updated, or deleted.
@param event
@@ -44,7 +43,6 @@ published interface XRowSetListener: com::sun::star::lang::XEventListener
@see com.sun.star.sdb.XRowsChangeListener
*/
[oneway] void rowChanged([in]com::sun::star::lang::EventObject event);
- //-------------------------------------------------------------------------
/** is called when the row set has changed, or in other words, when the row set has
been reexecuted.
@@ -54,7 +52,6 @@ published interface XRowSetListener: com::sun::star::lang::XEventListener
[oneway] void rowSetChanged([in]com::sun::star::lang::EventObject event);
};
-//=============================================================================
}; }; }; };