summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XDispatch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XDispatch.idl')
-rw-r--r--offapi/com/sun/star/frame/XDispatch.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl
index b4b75f6ea94b..9c9e96d53975 100644
--- a/offapi/com/sun/star/frame/XDispatch.idl
+++ b/offapi/com/sun/star/frame/XDispatch.idl
@@ -89,7 +89,7 @@ published interface XDispatch: com::sun::star::uno::XInterface
}
</listing>
*/
- [oneway] void dispatch(
+ void dispatch(
[in] com::sun::star::util::URL URL,
[in] sequence<com::sun::star::beans::PropertyValue> Arguments);
@@ -112,7 +112,7 @@ published interface XDispatch: com::sun::star::uno::XInterface
@see XStatusListener
@see XDispatch::removeStatusListener()
*/
- [oneway] void addStatusListener(
+ void addStatusListener(
[in] XStatusListener Control,
[in] com::sun::star::util::URL URL);
@@ -128,7 +128,7 @@ published interface XDispatch: com::sun::star::uno::XInterface
@see XStatusListener
@see XDispatch::addStatusListener()
*/
- [oneway] void removeStatusListener(
+ void removeStatusListener(
[in] XStatusListener Control,
[in] com::sun::star::util::URL URL);
};