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 /framework/inc/pch | |
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 'framework/inc/pch')
-rw-r--r-- | framework/inc/pch/precompiled_fwk.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index 4095d2a2c629..4d1790c3a1c1 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -179,7 +179,7 @@ #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/task/ErrorCodeRequest.hpp> #include <com/sun/star/task/InteractionHandler.hpp> -#include <com/sun/star/task/JobExecutor.hpp> +#include <com/sun/star/task/theJobExecutor.hpp> #include <com/sun/star/task/StatusIndicatorFactory.hpp> #include <com/sun/star/task/XAsyncJob.hpp> #include <com/sun/star/task/XInteractionAbort.hpp> |