summaryrefslogtreecommitdiff
path: root/sw/inc/crstate.hxx
diff options
context:
space:
mode:
authorSloane Vaznova <sloane.vaznova@gmail.com>2024-11-17 01:16:16 -0600
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-11-17 12:42:19 +0100
commit78f2f1502bb09e76615d5aee9335f7f6f6f64eda (patch)
tree820f5157294681e0c5cc54c03d65678558e764b8 /sw/inc/crstate.hxx
parent503d7594e3ac32e26752ea294dacf255f66c061c (diff)
tdf#143148 Use pragma once instead of include guards
Refactored include guards into pragma once for some files alphabetically c-d in sw/inc. Change-Id: I8cf8059851169472d7953f4e6f5408666d27c2c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176688 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r--sw/inc/crstate.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx
index 018106514714..9d750cbc487a 100644
--- a/sw/inc/crstate.hxx
+++ b/sw/inc/crstate.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_INC_CRSTATE_HXX
-#define INCLUDED_SW_INC_CRSTATE_HXX
+#pragma once
#include <com/sun/star/text/HoriOrientation.hpp>
#include <tools/gen.hxx>
@@ -209,6 +208,4 @@ struct SwCursorMoveState
{}
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */