summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl b/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
index cae857bf818e..164a3b4e4162 100644
--- a/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
+++ b/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
@@ -40,7 +40,7 @@ interface XBackendChangesNotifier: com::sun::star::uno::XInterface
The name of the component the listener is monitoring changes for.
*/
- [oneway] void addChangesListener( [in] com::sun::star::configuration::backend::XBackendChangesListener aListener,
+ void addChangesListener( [in] com::sun::star::configuration::backend::XBackendChangesListener aListener,
[in] string component);
/** removes the specified listener.
@@ -51,7 +51,7 @@ interface XBackendChangesNotifier: com::sun::star::uno::XInterface
The name of the component the listener is monitoring changes for.
*/
- [oneway] void removeChangesListener( [in] com::sun::star::configuration::backend::XBackendChangesListener aListener,
+ void removeChangesListener( [in] com::sun::star::configuration::backend::XBackendChangesListener aListener,
[in] string component);
};