summaryrefslogtreecommitdiff
path: root/framework/inc/taskcreatordefs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/taskcreatordefs.hxx')
-rw-r--r--framework/inc/taskcreatordefs.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/inc/taskcreatordefs.hxx b/framework/inc/taskcreatordefs.hxx
index df56779d4699..7ca5a02813ce 100644
--- a/framework/inc/taskcreatordefs.hxx
+++ b/framework/inc/taskcreatordefs.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_INC_TASKCREATORDEFS_HXX
-#define INCLUDED_FRAMEWORK_INC_TASKCREATORDEFS_HXX
+#pragma once
/// [XFrame] if it's set, it will be used as parent frame for the new created frame.
constexpr OUStringLiteral ARGUMENT_PARENTFRAME = u"ParentFrame"; // XFrame
@@ -55,6 +54,4 @@ constexpr OUStringLiteral ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE
inline constexpr OUStringLiteral ARGUMENT_ENABLE_TITLEBARUPDATE
= u"EnableTitleBarUpdate"; // sal_Bool
-#endif // INCLUDED_FRAMEWORK_INC_TASKCREATORDEFS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */