From 04df6666613be69e4eb4dd8a2b195686bb48e5b3 Mon Sep 17 00:00:00 2001 From: Sarper Akdemir Date: Mon, 27 Jan 2020 02:24:37 +0300 Subject: tdf#124176: Use pragma once instead of include guards Change-Id: Ieeed31e81d47c01eda2edc792cb2ecf271eac58d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87472 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- sw/inc/checkit.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sw') diff --git a/sw/inc/checkit.hxx b/sw/inc/checkit.hxx index 99de92166ce3..cc86d1cc99f4 100644 --- a/sw/inc/checkit.hxx +++ b/sw/inc/checkit.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_INC_CHECKIT_HXX -#define INCLUDED_SW_INC_CHECKIT_HXX +#pragma once #include @@ -35,6 +34,4 @@ public: extern SwCheckIt* pCheckIt; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit