summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/threadmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/threadmanager.hxx')
-rw-r--r--sw/source/core/docnode/threadmanager.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/docnode/threadmanager.hxx b/sw/source/core/docnode/threadmanager.hxx
index 21078e7abf9a..cdadd4261c7b 100644
--- a/sw/source/core/docnode/threadmanager.hxx
+++ b/sw/source/core/docnode/threadmanager.hxx
@@ -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_DOCNODE_THREADMANAGER_HXX
-#define INCLUDED_SW_SOURCE_CORE_DOCNODE_THREADMANAGER_HXX
+
+#pragma once
#include <vcl/idle.hxx>
#include <osl/mutex.hxx>
@@ -143,6 +143,5 @@ class ThreadManager final
bool StartThread( const tThreadData& aThreadData );
};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */