From 24552a0b5be620b5e58b10842cba78e36fa26b04 Mon Sep 17 00:00:00 2001 From: Vincent LE GARREC Date: Sat, 6 Mar 2021 09:49:30 +0100 Subject: tdf#124176 Use pragma once in s* sc, scaddins, sccomp, scripting Change-Id: Ia99fec9e238033821cb784810edd4762c09bd5db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112049 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas --- sc/source/ui/inc/redcom.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sc/source/ui/inc/redcom.hxx') diff --git a/sc/source/ui/inc/redcom.hxx b/sc/source/ui/inc/redcom.hxx index 2164af873583..893b8cf1a362 100644 --- a/sc/source/ui/inc/redcom.hxx +++ b/sc/source/ui/inc/redcom.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_REDCOM_HXX -#define INCLUDED_SC_SOURCE_UI_INC_REDCOM_HXX +#pragma once #include #include @@ -55,6 +54,4 @@ public: void Execute(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit