summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XNotifyingDispatch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XNotifyingDispatch.idl')
-rw-r--r--offapi/com/sun/star/frame/XNotifyingDispatch.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XNotifyingDispatch.idl b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
index 1d06826dc307..2c41413732d5 100644
--- a/offapi/com/sun/star/frame/XNotifyingDispatch.idl
+++ b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
@@ -44,7 +44,7 @@ published interface XNotifyingDispatch: XDispatch
@param Listener
optional listener for guaranteed notifications of this request
*/
- [oneway] void dispatchWithNotification(
+ void dispatchWithNotification(
[in] com::sun::star::util::URL URL,
[in] sequence<com::sun::star::beans::PropertyValue> Arguments,
[in] XDispatchResultListener Listener);