sc/inc/scres.hrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 3ca12a07335e1e9ae6b64491faaab6a46e9c4db5 Author: Printf Debugging <printfdebugg...@gmail.com> AuthorDate: Fri Apr 5 18:39:05 2024 +0530 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Apr 5 18:01:02 2024 +0200 tdf#143148 use pragma once instead of include guards in sc Change-Id: I10af777dca97e4ba39e0a0d0decdc9a3de12bb19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165819 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/sc/inc/scres.hrc b/sc/inc/scres.hrc index 8089d41258f0..d2cae1905eb6 100644 --- a/sc/inc/scres.hrc +++ b/sc/inc/scres.hrc @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SCRES_HRC -#define SC_SCRES_HRC +#pragma once #include "sc.hrc" @@ -48,6 +47,4 @@ #define WID_CONDFRMT_REF (SC_DIALOGS_START + 163) -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */