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/unonames.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sc/inc/unonames.hxx') diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index 9a71377ff116..fb24cc62b6bb 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_UNONAMES_HXX -#define INCLUDED_SC_INC_UNONAMES_HXX +#pragma once // service names #define SC_SERVICENAME_VALBIND "com.sun.star.table.CellValueBinding" @@ -700,6 +699,4 @@ #define SC_UNO_ODS_LOCK_SOLAR_MUTEX "ODSLockSolarMutex" #define SC_UNO_ODS_IMPORT_STYLES "ODSImportStyles" -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit