summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl')
-rw-r--r--offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl b/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
index 7e91a5fdbc19..ed2eef297c17 100644
--- a/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
+++ b/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
@@ -37,13 +37,13 @@ published interface XSQLErrorBroadcaster: com::sun::star::uno::XInterface
/** adds the specified listener to receive the event "errorOccurred"
@param com::sun::star::sdb::XSQLErrorListener
*/
- [oneway] void addSQLErrorListener(
+ void addSQLErrorListener(
[in]XSQLErrorListener Listener );
/** removes the specified listener.
@param com::sun::star::sdb::XSQLErrorListener
*/
- [oneway] void removeSQLErrorListener(
+ void removeSQLErrorListener(
[in]XSQLErrorListener Listener );
};