summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/AsyncJob.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/AsyncJob.idl')
-rw-r--r--offapi/com/sun/star/task/AsyncJob.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/task/AsyncJob.idl b/offapi/com/sun/star/task/AsyncJob.idl
index 241c3141350d..4530e3d746fc 100644
--- a/offapi/com/sun/star/task/AsyncJob.idl
+++ b/offapi/com/sun/star/task/AsyncJob.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/task/XAsyncJob.idl>
#include <com/sun/star/util/XCloseable.idl>
-//============================================================================
module com { module sun { module star { module task {
-//============================================================================
/** represent an asynchronous job, which can be executed by the global <type>JobExecutor</type>
instance.
@@ -37,12 +35,10 @@ module com { module sun { module star { module task {
*/
published service AsyncJob
{
- //------------------------------------------------------------------------
/** used to initialize and execute this job.
*/
interface com::sun::star::task::XAsyncJob;
- //------------------------------------------------------------------------
/** should be supported to handle environment termination gracefully.
*/
[optional] interface com::sun::star::util::XCloseable;