From 1ad425812aaa29d0f449a27350a86b90c18c626c Mon Sep 17 00:00:00 2001 From: Johann Lorber Date: Wed, 4 Dec 2024 11:47:36 +0100 Subject: [PATCH] tdf#143148: Use pragma once instead of include guards Change-Id: Iac334c822ab0699b5cc5122e5f2b1a2b9662f58e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177784 Reviewed-by: Skyler Grey Tested-by: Jenkins --- sw/inc/edglbldc.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sw/inc/edglbldc.hxx b/sw/inc/edglbldc.hxx index ede49d8e894e..e585fbe5cd49 100644 --- a/sw/inc/edglbldc.hxx +++ b/sw/inc/edglbldc.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_INC_EDGLBLDC_HXX -#define INCLUDED_SW_INC_EDGLBLDC_HXX +#pragma once #include @@ -64,6 +63,4 @@ public: class SwGlblDocContents : public o3tl::sorted_vector, o3tl::less_ptr_to > {}; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */