diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-22 14:05:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-24 14:24:34 +0000 |
commit | ef597d80dc18f9662a50f3abad5d39d0fd76449e (patch) | |
tree | 343c0be676a4c41c76e1e14e3a3e48c9aa1329dd /reportdesign | |
parent | 4b1ecc4c7da84eee69c583222b62afbf6afed3ab (diff) |
Introduce com.sun.star.task.theJobExecutor singleton.
To replace com.sun.star.task.JobExecutor single-instance service,
incorrectly converted in 748aa84e9808ad31c6ff6b71459525c82de10e58
[including changes by Stephan Bergmann <sbergman@redhat.com>]
Change-Id: I4cea2c63a20b5b22f6e1f822fb35fcc4d0397687
Reviewed-on: https://gerrit.libreoffice.org/7609
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/filter/xml/dbloader2.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/dbloader2.hxx b/reportdesign/source/filter/xml/dbloader2.hxx index 95cf7f3cc8d5..082a7e8361e9 100644 --- a/reportdesign/source/filter/xml/dbloader2.hxx +++ b/reportdesign/source/filter/xml/dbloader2.hxx @@ -58,7 +58,6 @@ #include <sfx2/docfile.hxx> #include <unotools/moduleoptions.hxx> #include <comphelper/storagehelper.hxx> -#include <com/sun/star/task/XJobExecutor.hpp> #include <vcl/msgbox.hxx> // ------------------------------------------------------------------------- |