summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XRecordableDispatch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XRecordableDispatch.idl')
-rw-r--r--offapi/com/sun/star/frame/XRecordableDispatch.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl
index 6ef69873735e..04b90284fc49 100644
--- a/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl
@@ -82,7 +82,7 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface
object which can be used to record the request
(available on <member>XDispatchRecorderSupplier::getDispatchRecorder()</member>)
*/
- [oneway] void dispatchAndRecord(
+ void dispatchAndRecord(
[in] com::sun::star::util::URL URL,
[in] sequence<com::sun::star::beans::PropertyValue> Arguments,
[in] XDispatchRecorder Recorder);