summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-12-10 15:14:52 +0000
committerMichael Hönnig <mi@openoffice.org>2002-12-10 15:14:52 +0000
commit785af3a40aea468a0a5cb326aab04faf49706619 (patch)
treee083390f27e6a49d66623d109886ee105db060c3 /offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
parent2012bc9b77b9ca3e89cf0163e7efec6fd5c04b2f (diff)
#105668# fixed dead links
Diffstat (limited to 'offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl')
-rw-r--r--offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
index 365339a1c128..615f373fdbfa 100644
--- a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
+++ b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DuplicateCommandIdentifierException.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:20 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:14:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@ module com { module sun { module star { module ucb {
the same command identifier was used for two threads.
<p>Each thread must use it's own command identifier, which must be obtained
- using <member>XcommandProcessor::createCommandIdentifier</member>. Command
+ using <method>XCommandProcessor::createCommandIdentifier</method>. Command
identifier <code>0</code>, which indicates that the command shall never
be aborted by a client, can be used by any thread.