From 78f2f1502bb09e76615d5aee9335f7f6f6f64eda Mon Sep 17 00:00:00 2001 From: Sloane Vaznova Date: Sun, 17 Nov 2024 01:16:16 -0600 Subject: 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 --- sw/inc/crstate.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sw/inc/crstate.hxx') 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 #include @@ -209,6 +208,4 @@ struct SwCursorMoveState {} }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit