From 88b72d85ef82a5a6ca019ef9b88f5389db067c83 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 17 Sep 2021 14:54:33 +1000 Subject: tdf#124176 - Use pragma once instead of include guards This patch is created in preparation of a patch I have queued to test and move PhysicalFontFace to vcl::font namespace. Change-Id: I805a8bd1fa881fc4bc6d2f26f1051b9247587701 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122226 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- vcl/inc/win/salgdi.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'vcl/inc/win/salgdi.h') diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 959d8abc0301..b44fe42ca5e1 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_WIN_SALGDI_H -#define INCLUDED_VCL_INC_WIN_SALGDI_H +#pragma once #include #include @@ -412,6 +411,4 @@ inline bool WinFontFace::HasChar( sal_uInt32 cChar ) const return mxUnicodeMap->HasChar( cChar ); } -#endif // INCLUDED_VCL_INC_WIN_SALGDI_H - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit