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/scuitphfedit.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sc/source/ui/inc/scuitphfedit.hxx') diff --git a/sc/source/ui/inc/scuitphfedit.hxx b/sc/source/ui/inc/scuitphfedit.hxx index 940879fb293c..6b06b27ff509 100644 --- a/sc/source/ui/inc/scuitphfedit.hxx +++ b/sc/source/ui/inc/scuitphfedit.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_SCUITPHFEDIT_HXX -#define INCLUDED_SC_SOURCE_UI_INC_SCUITPHFEDIT_HXX +#pragma once #include "tphfedit.hxx" #include @@ -142,6 +141,4 @@ public: ScLeftFooterEditPage( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rSet ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit