summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XRowSetSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowSetSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowSetSupplier.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetSupplier.idl b/offapi/com/sun/star/sdb/XRowSetSupplier.idl
index dddbd18f42a2..8b3950420042 100644
--- a/offapi/com/sun/star/sdb/XRowSetSupplier.idl
+++ b/offapi/com/sun/star/sdb/XRowSetSupplier.idl
@@ -44,7 +44,7 @@ published interface XRowSetSupplier: com::sun::star::uno::XInterface
@param xDataSource
the RowSet object to set
*/
- [oneway] void setRowSet( [in] com::sun::star::sdbc::XRowSet xDataSource );
+ void setRowSet( [in] com::sun::star::sdbc::XRowSet xDataSource );
};