diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2002-06-21 11:43:20 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2002-06-21 11:43:20 +0000 |
commit | fb97cb57d62466692dd65d7dfcba609af63c9c99 (patch) | |
tree | 791887aedf053f8279d9e9f6d96167551f6d1d07 /offapi/com | |
parent | 4b5cfdd5f086a2a8249aeeb71992dfc3bcb3ca83 (diff) |
#99976# - Improved documentation for method "abort".
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/ucb/XCommandProcessor.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/XCommandProcessor.idl b/offapi/com/sun/star/ucb/XCommandProcessor.idl index 4664e44d9f49..a750ee97f228 100644 --- a/offapi/com/sun/star/ucb/XCommandProcessor.idl +++ b/offapi/com/sun/star/ucb/XCommandProcessor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCommandProcessor.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kso $ $Date: 2001-09-07 09:16:19 $ + * last change: $Author: kso $ $Date: 2002-06-21 12:43:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -169,6 +169,10 @@ interface XCommandProcessor : com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** ends the command associated with the given id. + <p>Not every command can be aborted. It's up to the implementation + to decide whether this method will actually end the processing of + the command or simply do nothing. + @param CommandId is a unique id for the command to abort. This must be the identifier passed to <member>XCommandProcessor::execute</member> for the command |