summaryrefslogtreecommitdiff
path: root/framework/inc/classes/taskcreator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/taskcreator.hxx')
-rw-r--r--framework/inc/classes/taskcreator.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/classes/taskcreator.hxx b/framework/inc/classes/taskcreator.hxx
index 88496284b108..cf0b5d70f2e1 100644
--- a/framework/inc/classes/taskcreator.hxx
+++ b/framework/inc/classes/taskcreator.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_CLASSES_TASKCREATOR_HXX_
-#define __FRAMEWORK_CLASSES_TASKCREATOR_HXX_
+#ifndef INCLUDED_FRAMEWORK_INC_CLASSES_TASKCREATOR_HXX
+#define INCLUDED_FRAMEWORK_INC_CLASSES_TASKCREATOR_HXX
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
@@ -67,6 +67,6 @@ class TaskCreator : private ThreadHelpBase
} // namespace framework
-#endif // #ifndef __FRAMEWORK_CLASSES_TASKCREATOR_HXX_
+#endif // INCLUDED_FRAMEWORK_INC_CLASSES_TASKCREATOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */