summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:44:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:44:07 +0000
commit4014e892b13b06b74acdcc562b24bc4e612d2c78 (patch)
tree330dd0653a24714a9b726c7e47a20a394c131158 /offapi/com/sun/star/task
parentbc26affffb872414b66602ec1454bb93ff9c0f12 (diff)
INTEGRATION: CWS fwk01 (1.5.92); FILE MERGED
2003/03/27 07:20:40 as 1.5.92.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation
Diffstat (limited to 'offapi/com/sun/star/task')
-rw-r--r--offapi/com/sun/star/task/XJob.idl10
1 files changed, 4 insertions, 6 deletions
diff --git a/offapi/com/sun/star/task/XJob.idl b/offapi/com/sun/star/task/XJob.idl
index bad7df295e9d..342fa463e15f 100644
--- a/offapi/com/sun/star/task/XJob.idl
+++ b/offapi/com/sun/star/task/XJob.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XJob.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:09:57 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:44:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,10 +83,8 @@ module com { module sun { module star { module task {
<p>
Instead of <type>XAsyncJob</type> the implementation of this interface
- must be a real synchronous one. For example: UI relevant service MUST
- do so. It's not allowed to make such things asynchronously - because
- showing of any e.g. dialogs if may some other dialogs come up
- can produce errors.
+ will be executed synchronously everytimes. That means: they can be shure that the
+ current stack context will be blocked till this job finish it's work.
</p>
@see XAsyncJob