vcl/inc/win/wincomp.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 5bd9ded5f01c39f201d21a90541aecb6dba80fad Author: Pesi Taototo <pipapipap...@gmail.com> AuthorDate: Sun Dec 5 05:31:04 2021 -0800 Commit: Hossein <hoss...@libreoffice.org> CommitDate: Mon Dec 6 12:16:56 2021 +0100 tdf#143148 Use pragma once instead of include guards Change-Id: Ia1c309425e64449679d6948b5e9e595fe421cfa4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126378 Tested-by: Jenkins Reviewed-by: Hossein <hoss...@libreoffice.org> diff --git a/vcl/inc/win/wincomp.hxx b/vcl/inc/win/wincomp.hxx index 05b4800e116a..6f5b0ebc4cdd 100644 --- a/vcl/inc/win/wincomp.hxx +++ b/vcl/inc/win/wincomp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_WIN_WINCOMP_HXX -#define INCLUDED_VCL_INC_WIN_WINCOMP_HXX +#pragma once #include <string.h> @@ -229,6 +228,4 @@ inline HINSTANCE GetWindowInstance( HWND hWnd ) #define UNICODE_NOCHAR 0xFFFF #endif -#endif // INCLUDED_VCL_INC_WIN_WINCOMP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */