diff options
author | Rosh <roshsiddiq@gmail.com> | 2024-11-04 02:48:06 -0800 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-11-04 13:20:37 +0100 |
commit | 550abc0f37daf5f78def278de556b2dbb5ddf127 (patch) | |
tree | 0e3425bb103490c5fafd7281c7ae4a36cbf997a4 /sw/inc | |
parent | d1dd3fa84f8eb2c1dc1f34c1ef669cbc5384e5b1 (diff) |
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 <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/colwd.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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: */ |