summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/thread.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:25:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:06 +0200
commited81c7fb25259deb8196383278edc262e55aa4d5 (patch)
tree84560f0eb281b1f98cc04f53de206bd880a2a636 /cppu/source/threadpool/thread.hxx
parentf05861de995f8d4edb1a97c616d050f55ec04c32 (diff)
fixincludeguards.sh: cppu
Diffstat (limited to 'cppu/source/threadpool/thread.hxx')
-rw-r--r--cppu/source/threadpool/thread.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/threadpool/thread.hxx b/cppu/source/threadpool/thread.hxx
index 45355004ed80..4f1b6da93b33 100644
--- a/cppu/source/threadpool/thread.hxx
+++ b/cppu/source/threadpool/thread.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 _CPPU_THREADPOOL_THREAD_HXX
-#define _CPPU_THREADPOOL_THREAD_HXX
+#ifndef INCLUDED_CPPU_SOURCE_THREADPOOL_THREAD_HXX
+#define INCLUDED_CPPU_SOURCE_THREADPOOL_THREAD_HXX
#include <osl/thread.hxx>
#include <sal/types.h>