summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XJob.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/XJob.idl')
-rw-r--r--offapi/com/sun/star/task/XJob.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/task/XJob.idl b/offapi/com/sun/star/task/XJob.idl
index 28a61934108f..54b50b488ae6 100644
--- a/offapi/com/sun/star/task/XJob.idl
+++ b/offapi/com/sun/star/task/XJob.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module task {
/** specifies a job which is to be executed synchronously
<p>
- Instead of <type>XAsyncJob</type> the implementation of this interface
+ Instead of XAsyncJob the implementation of this interface
will be executed synchronously everytime. That means: they can be sure that the
current stack context will be blocked till this job finish it's work.
</p>
@@ -44,7 +44,7 @@ published interface XJob : com::sun::star::uno::XInterface
@param Arguments
are arguments for executing the job. Their semantics is completely implementation dependent. Usually,
a concrete implementation of a job specifies in its service descriptions which parameters are allowed
- (or expected). This values are persistent by the configuration of the <type>JobExecutor</type>
+ (or expected). This values are persistent by the configuration of the JobExecutor
which use this synchronous job. It's possible to write it back by use special protocol
in return value.