summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XCommandProcessor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XCommandProcessor.idl')
-rw-r--r--offapi/com/sun/star/ucb/XCommandProcessor.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ucb/XCommandProcessor.idl b/offapi/com/sun/star/ucb/XCommandProcessor.idl
index 5bbb28e7aea3..89cee4005ac5 100644
--- a/offapi/com/sun/star/ucb/XCommandProcessor.idl
+++ b/offapi/com/sun/star/ucb/XCommandProcessor.idl
@@ -119,7 +119,7 @@ published interface XCommandProcessor : com::sun::star::uno::XInterface
passed to <member>XCommandProcessor::execute</member> for the command
to abort.
*/
- [oneway] void abort( [in] long CommandId );
+ void abort( [in] long CommandId );
};