From 151bd3cdeaee78ac94e5e349a71aacefcf8f41b6 Mon Sep 17 00:00:00 2001 From: Gökhan Özeloğlu Date: Sun, 22 Nov 2020 07:07:37 +0000 Subject: 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 --- sw/source/uibase/inc/conform.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sw/source/uibase') 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: */ -- cgit