diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 00:18:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | 56d158c38cca6de82256e727b7f4c83f311d87b8 (patch) | |
tree | 7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/ucb | |
parent | 928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff) |
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g"
Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r-- | offapi/com/sun/star/ucb/CommandEnvironment.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/CommandEnvironment.idl b/offapi/com/sun/star/ucb/CommandEnvironment.idl index 55130cb68412..8133e799e8f6 100644 --- a/offapi/com/sun/star/ucb/CommandEnvironment.idl +++ b/offapi/com/sun/star/ucb/CommandEnvironment.idl @@ -40,11 +40,11 @@ module com { module sun { module star { module ucb { @param InteractionHandler the interaction handler instance that will be returned by this service's implementation of - <method>XCommandEnvironemt::getInteractionHandler</method> + XCommandEnvironemt::getInteractionHandler() @param ProgressHandler the progress handler instance that will be returned by this service's implementation of - <method>XCommandEnvironemt::getProgressHandler</method> + XCommandEnvironemt::getProgressHandler() */ create( [in] com::sun::star::task::XInteractionHandler InteractionHandler, [in] com::sun::star::ucb::XProgressHandler ProgressHandler ); diff --git a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl index 8e5ff313a62c..44b44ee86f3b 100644 --- a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl +++ b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl @@ -29,7 +29,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 <method>XCommandProcessor::createCommandIdentifier</method>. Command + 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. |