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/inc/subtotals.hrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sc/inc/subtotals.hrc') diff --git a/sc/inc/subtotals.hrc b/sc/inc/subtotals.hrc index 233d47fe122b..488802d711a2 100644 --- a/sc/inc/subtotals.hrc +++ b/sc/inc/subtotals.hrc @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_SUBTOTALS_HRC -#define INCLUDED_SC_INC_SUBTOTALS_HRC +#pragma once #define NC_(Context, String) reinterpret_cast(Context "\004" u8##String) @@ -37,6 +36,4 @@ const char* SCSTR_SUBTOTALS[] = NC_("subtotalgrppage|liststore1", "VarP (Population)") }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit