diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-10-14 18:01:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-10-14 18:01:12 +0000 |
commit | 0b6688eb4333f23e5925fa818c6a405f69ca0224 (patch) | |
tree | 8c168de347e423f7ac7d754e84af5b9db15f8f4a | |
parent | 4830944c5185a1e783cd7199aa5969f316b49c20 (diff) |
CWS-TOOLING: integrate CWS fwk124_DEV300
2009-10-12 10:48:43 +0200 cd r276822 : #i105764# Remove wrong if-clause which disables the main function of the job service implementation
-rw-r--r-- | framework/source/jobs/job.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx index 40d36f9a65f8..c0c5c90d45b3 100644 --- a/framework/source/jobs/job.cxx +++ b/framework/source/jobs/job.cxx @@ -51,7 +51,6 @@ // includes of other projects #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> -#include <comphelper/uieventslogger.hxx> //________________________________ // namespace @@ -238,7 +237,6 @@ void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lD // Otherwhise we might die by ref count ... css::uno::Reference< css::task::XJobListener > xThis(static_cast< ::cppu::OWeakObject* >(this), css::uno::UNO_QUERY); - if ( ::comphelper::UiEventsLogger::isEnabled() ) try { // create the job |