summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl')
-rw-r--r--offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
index 44b44ee86f3b..62daab09f4d3 100644
--- a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
+++ b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module ucb {
/** is thrown by XCommandProcessor::execute() to indicate that
the same command identifier was used for two threads.
- <p>Each thread must use it's own command identifier, which must be obtained
+ <p>Each thread must use its own command identifier, which must be obtained
using XCommandProcessor::createCommandIdentifier(). Command
identifier <code>0</code>, which indicates that the command shall never
be aborted by a client, can be used by any thread.