summaryrefslogtreecommitdiffstats
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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/XCommandProcessor.idl b/offapi/com/sun/star/ucb/XCommandProcessor.idl
index 92da7d7f1495..bfda2a07ec9f 100644
--- a/offapi/com/sun/star/ucb/XCommandProcessor.idl
+++ b/offapi/com/sun/star/ucb/XCommandProcessor.idl
@@ -68,7 +68,7 @@ published interface XCommandProcessor : com::sun::star::uno::XInterface
/** creates a unique identifier for a command.
<p>This identifier can be used to abort the execution of the command
- accociated with that identifier. Note that it is generally not
+ associated with that identifier. Note that it is generally not
necessary to obtain a new id for each command, because commands are
executed synchronously. So the id for a command is valid again after a
command previously associated with this id has finished. In fact you
@@ -94,7 +94,7 @@ published interface XCommandProcessor : com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** executes a command.
- <p>Common command definitions can be found in the soecification of the
+ <p>Common command definitions can be found in the specification of the
service <type>Content</type>.
@param aCommand
@@ -124,7 +124,7 @@ published interface XCommandProcessor : com::sun::star::uno::XInterface
to indicate that two threads tried to use the same command identifier
@throws Exception
- if an error occured during the execution of the command.
+ if an error occurred during the execution of the command.
*/
any execute( [in] Command aCommand,
[in] long CommandId,