summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl b/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
index d60526586cba..2a12e08f011e 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
@@ -38,7 +38,7 @@ published interface XFilePickerNotifier: com::sun::star::uno::XInterface
wants to receive events of type <type>FilePickerEvent</type>.
<p>Invalid interfaces or NULL values will be ignored.</p>
*/
- [oneway] void addFilePickerListener( [in] XFilePickerListener xListener );
+ void addFilePickerListener( [in] XFilePickerListener xListener );
/** Interface for clients to unregister as XFilePickerListener.
@@ -47,7 +47,7 @@ published interface XFilePickerNotifier: com::sun::star::uno::XInterface
wants to receive events of type <type>FilePickerEvent</type>.
<p>Invalid interfaces or NULL values will be ignored.</p>
*/
- [oneway] void removeFilePickerListener( [in] XFilePickerListener xListener );
+ void removeFilePickerListener( [in] XFilePickerListener xListener );
};