summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorGökhan Özeloğlu <gozeloglu@gmail.com>2020-11-22 07:07:37 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-11-22 09:24:10 +0100
commit151bd3cdeaee78ac94e5e349a71aacefcf8f41b6 (patch)
tree66bc3453a7420d83be395edeb049e9c28205ede8 /sw/source/uibase
parentc9bc63b8f1dbaa1bbf1bbcb3276d511224951ce0 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I6ec0bb025e715b34a7c0ba80875de23c5eb418b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106332 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase')
-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: */