summaryrefslogtreecommitdiff
path: root/framework/source/jobs/job.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/job.cxx')
-rw-r--r--framework/source/jobs/job.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 46e84ab32f11..e1c9dd9afaea 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -26,25 +26,18 @@
*
************************************************************************/
-
-//________________________________
-// my own includes
#include <jobs/job.hxx>
#include <threadhelp/readguard.hxx>
#include <threadhelp/writeguard.hxx>
#include <general.h>
#include <services.h>
-//________________________________
-// interface includes
#include <com/sun/star/task/XJob.hpp>
#include <com/sun/star/task/XAsyncJob.hpp>
#include <com/sun/star/util/XCloseBroadcaster.hpp>
#include <com/sun/star/util/XCloseable.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
-//________________________________
-// includes of other projects
#include <rtl/ustrbuf.hxx>
#include <vcl/svapp.hxx>