Kaydet (Commit) b085d356 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

threadmanager.hxx is only included from sw/source/core/docnode

...but itself includes sw/source/core/docnode/cancellablejob.hxx, which only
happens to work because of -I$(dir $(3)) in gb_CObject__command_pattern (in
solenv/gbuild/platform/com_{GCC,MSC}_class.mk).  Clean that up by moving the
file.

Change-Id: I69dfb80460edc66309cdb6f08427a47cc2420f34
Reviewed-on: https://gerrit.libreoffice.org/44173Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 7124613c
......@@ -20,7 +20,7 @@
#include <swthreadmanager.hxx>
#include <swthreadjoiner.hxx>
#include <observablethread.hxx>
#include <threadmanager.hxx>
#include "threadmanager.hxx"
/** class to manage threads in Writer - it conforms the singleton pattern
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <threadlistener.hxx>
#include <threadmanager.hxx>
#include "threadmanager.hxx"
/** helper class to observe threads
......
......@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <threadmanager.hxx>
#include "threadmanager.hxx"
#include <osl/diagnose.h>
......
......@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_SW_SOURCE_CORE_INC_THREADMANAGER_HXX
#define INCLUDED_SW_SOURCE_CORE_INC_THREADMANAGER_HXX
#ifndef INCLUDED_SW_SOURCE_CORE_DOCNODE_THREADMANAGER_HXX
#define INCLUDED_SW_SOURCE_CORE_DOCNODE_THREADMANAGER_HXX
#include <vcl/timer.hxx>
#include <vcl/idle.hxx>
......@@ -28,12 +28,12 @@
#include <deque>
#include <cppuhelper/weak.hxx>
#include <com/sun/star/util/XJobManager.hpp>
#include "observablethread.hxx"
#include <cancellablejob.hxx>
#include "threadlistener.hxx"
#include <observablethread.hxx>
#include "cancellablejob.hxx"
#include <threadlistener.hxx>
#include <memory>
#include "ifinishedthreadlistener.hxx"
#include <ifinishedthreadlistener.hxx>
/** class to manage threads
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment