From 90c978f839e5029c69b4acb70f37909ee3016614 Mon Sep 17 00:00:00 2001 From: Vincent LE GARREC Date: Sat, 6 Mar 2021 08:21:49 +0100 Subject: tdf#124176 Use pragma once in f* filter, forms, fpicker, framework Change-Id: I55a25ad2dc3749e63465e638e8eeea3c322eabbf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112047 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas --- forms/inc/strings.hrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'forms/inc') diff --git a/forms/inc/strings.hrc b/forms/inc/strings.hrc index 56f8f3d3217b..c3b7447fbc84 100644 --- a/forms/inc/strings.hrc +++ b/forms/inc/strings.hrc @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_STRINGS_HRC -#define INCLUDED_VCL_INC_STRINGS_HRC +#pragma once #define NC_(Context, String) reinterpret_cast(Context "\004" u8##String) @@ -82,6 +81,4 @@ #define RID_STR_XFORMS_BINDING_UI_NAME NC_("RID_STR_XFORMS_BINDING_UI_NAME", "Binding" ) #define RID_STR_XFORMS_CANT_REMOVE_TYPE NC_("RID_STR_XFORMS_CANT_REMOVE_TYPE", "This is a built-in type and cannot be removed." ) -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit