summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XRowsChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowsChangeListener.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowsChangeListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/XRowsChangeListener.idl b/offapi/com/sun/star/sdb/XRowsChangeListener.idl
index a0a015fcb1b4..fe25ec4314ed 100644
--- a/offapi/com/sun/star/sdb/XRowsChangeListener.idl
+++ b/offapi/com/sun/star/sdb/XRowsChangeListener.idl
@@ -35,7 +35,7 @@ interface XRowsChangeListener: com::sun::star::lang::XEventListener
@param event
contains information about the event
*/
- [oneway] void rowsChanged([in]com::sun::star::sdb::RowsChangeEvent event);
+ void rowsChanged([in]com::sun::star::sdb::RowsChangeEvent event);
};