sw/inc/colwd.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 550abc0f37daf5f78def278de556b2dbb5ddf127 Author: Rosh <[email protected]> AuthorDate: Mon Nov 4 02:48:06 2024 -0800 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Mon Nov 4 13:20:37 2024 +0100 tdf#143148 use pragma once instead of include guards Change-Id: I44df7baf1d5bfdd45647c5b2ed99958d587ff61e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176002 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/sw/inc/colwd.hxx b/sw/inc/colwd.hxx index 63d8813b72c2..fe2ec2a2d0a3 100644 --- a/sw/inc/colwd.hxx +++ b/sw/inc/colwd.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_COLWD_HXX -#define INCLUDED_SW_INC_COLWD_HXX +#pragma once #include <vcl/weld.hxx> #include <memory> @@ -41,6 +40,4 @@ public: void Apply(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
