summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XRowSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XRowSet.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XRowSet.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbc/XRowSet.idl b/offapi/com/sun/star/sdbc/XRowSet.idl
index 0d39e7b2d20a..cb647e337fe6 100644
--- a/offapi/com/sun/star/sdbc/XRowSet.idl
+++ b/offapi/com/sun/star/sdbc/XRowSet.idl
@@ -55,13 +55,13 @@ published interface XRowSet: XResultSet
@param listener
the listener which should be registered
*/
- [oneway] void addRowSetListener([in]XRowSetListener listener );
+ void addRowSetListener([in]XRowSetListener listener );
/** removes the specified listener.
@param listener
the listener which should be registered
*/
- [oneway] void removeRowSetListener([in]XRowSetListener listener );
+ void removeRowSetListener([in]XRowSetListener listener );
};