sw/inc/fesh.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit cd5a5596bad170056fbd125e306157f553f63b6f Author: ayagamal-tech <[email protected]> AuthorDate: Wed Dec 10 00:21:14 2025 +0200 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Dec 11 06:57:06 2025 +0100 tdf#143148 use #pragma once instead of include guards in sw Replace include guards with "#pragma once" in sw/inc/fesh.hxx file. Change-Id: I2b114a197cd65a9a7b008d631d25841619332369 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195339 Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 1aaa5cd0dd25..085adf8dee52 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.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_FESH_HXX -#define INCLUDED_SW_INC_FESH_HXX +#pragma once #include <com/sun/star/text/RelOrientation.hpp> #include <com/sun/star/text/XPasteListener.hpp> @@ -829,6 +828,4 @@ public: void ClearFEShellTabCols(SwDoc & rDoc, SwTabFrame const*const pFrame); -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
