summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/Job.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/Job.idl')
-rw-r--r--offapi/com/sun/star/task/Job.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/task/Job.idl b/offapi/com/sun/star/task/Job.idl
index 15ed43e4b6b7..7f7887603ed9 100644
--- a/offapi/com/sun/star/task/Job.idl
+++ b/offapi/com/sun/star/task/Job.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/task/XJob.idl>
#include <com/sun/star/util/XCloseable.idl>
-//============================================================================
module com { module sun { module star { module task {
-//============================================================================
/** represent a synchronous 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 Job
{
- //------------------------------------------------------------------------
/** used to initialize and execute this job.
*/
interface com::sun::star::task::XJob;
- //------------------------------------------------------------------------
/** should be supported to handle environment termination gracefully.
*/
[optional] interface com::sun::star::util::XCloseable;