vcl/inc/unx/x11/x11sys.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 8eadc80ac0c5e194a99ba57a2bf9d29e1465bdf8 Author: Luv Sharma <[email protected]> AuthorDate: Mon Jan 1 02:58:43 2024 +0530 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Mon Jan 1 12:03:50 2024 +0100 tdf#143148 Use pragma once instead of include guards in vcl Change-Id: Icd42bbdaedd7f9ed7bc63c14ed0f4ec43c9a37c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161508 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/vcl/inc/unx/x11/x11sys.hxx b/vcl/inc/unx/x11/x11sys.hxx index b48cf26e6a75..37c5b0b7d1c5 100644 --- a/vcl/inc/unx/x11/x11sys.hxx +++ b/vcl/inc/unx/x11/x11sys.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_UNX_X11_X11SYS_HXX -#define INCLUDED_VCL_INC_UNX_X11_X11SYS_HXX +#pragma once #include <unx/gensys.h> @@ -37,6 +36,4 @@ public: const std::vector< OUString >& rButtons ) override; }; -#endif // INCLUDED_VCL_INC_UNX_X11_X11SYS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
