summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/uibase/inc/conform.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/conform.hxx b/sw/source/uibase/inc/conform.hxx
index 449594c2c75c..ec6860d4fee2 100644
--- a/sw/source/uibase/inc/conform.hxx
+++ b/sw/source/uibase/inc/conform.hxx
@@ -16,8 +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 .
*/
-#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_CONFORM_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_CONFORM_HXX
+#pragma once
#include "drawbase.hxx"
@@ -36,6 +35,4 @@ public:
virtual void CreateDefaultObject() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */