summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:44:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch)
treed4f2388c89d137d62bced7b9e8339f964d3632ad /offapi/com/sun/star/task
parent6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff)
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'offapi/com/sun/star/task')
-rw-r--r--offapi/com/sun/star/task/XAsyncJob.idl2
-rw-r--r--offapi/com/sun/star/task/XRestartManager.idl10
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/task/XAsyncJob.idl b/offapi/com/sun/star/task/XAsyncJob.idl
index cd5a16ea8d24..9b868ae1c105 100644
--- a/offapi/com/sun/star/task/XAsyncJob.idl
+++ b/offapi/com/sun/star/task/XAsyncJob.idl
@@ -55,7 +55,7 @@ published interface XAsyncJob : com::sun::star::uno::XInterface
function XJobListener::jobFinished().
@param Listener
- specifies a listener which should be notified on events. May be <NULL/>.
+ specifies a listener which should be notified on events. May be `NULL`.
@throws com::sun::star::lang::IllegalArgumentException
if some of given arguments doesn't fill out the service specification or
diff --git a/offapi/com/sun/star/task/XRestartManager.idl b/offapi/com/sun/star/task/XRestartManager.idl
index b3e42b2fec3a..662909529053 100644
--- a/offapi/com/sun/star/task/XRestartManager.idl
+++ b/offapi/com/sun/star/task/XRestartManager.idl
@@ -51,19 +51,19 @@ published interface XRestartManager : com::sun::star::uno::XInterface
<p>
The office has to call this method just before the main loop has been
- started, with the <TRUE/> as argument, so that the implementation
- knows that the office is initialized. If the method returns <TRUE/>,
+ started, with the `TRUE` as argument, so that the implementation
+ knows that the office is initialized. If the method returns `TRUE`,
the office should restart without starting the main loop.
</p>
@param bInitialized
specifies whether the office process is initialized already,
if the caller does not have this information, he should provide
- <FALSE/>.
+ `FALSE`.
@returns
- <TRUE/> if the office restart has been requested,
- <FALSE/> otherwise
+ `TRUE` if the office restart has been requested,
+ `FALSE` otherwise
@throws com::sun::star::uno::Exception
to notify the caller about possible failures