summaryrefslogtreecommitdiff
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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetChangeListener.idl b/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
index 28c31cf6327c..37e04c5cf69e 100644
--- a/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
+++ b/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module sdb {
/** notifies the listener that the <code>RowSet</code> associated with a <type>XRowSetSupplier</type>
has changed.
*/
- [oneway] void onRowSetChanged( [in] ::com::sun::star::lang::EventObject i_Event );
+ void onRowSetChanged( [in] ::com::sun::star::lang::EventObject i_Event );
};