vcl/source/filter/idxf/dxf2mtf.hxx | 7 +------ vcl/source/filter/idxf/dxfblkrd.hxx | 6 +----- vcl/source/filter/idxf/dxfentrd.hxx | 6 +----- 3 files changed, 3 insertions(+), 16 deletions(-)
New commits: commit 70987cc656f0cded915be5aa148f265a257ec791 Author: Bogdan B <buzea.bog...@libreoffice.org> AuthorDate: Mon Nov 21 20:02:38 2022 +0100 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Tue Nov 22 09:24:41 2022 +0100 tdf#143148 Use pragma once instead of include guards Change-Id: I2651182be3f06666686930996834559001e114c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143057 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/vcl/source/filter/idxf/dxf2mtf.hxx b/vcl/source/filter/idxf/dxf2mtf.hxx index d8a935b51bdf..94aef498821e 100644 --- a/vcl/source/filter/idxf/dxf2mtf.hxx +++ b/vcl/source/filter/idxf/dxf2mtf.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXF2MTF_HXX -#define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXF2MTF_HXX +#pragma once #include <sal/config.h> @@ -112,8 +111,4 @@ public: }; - -#endif - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/filter/idxf/dxfblkrd.hxx b/vcl/source/filter/idxf/dxfblkrd.hxx index ca0a0e68aa54..25565f0c2a72 100644 --- a/vcl/source/filter/idxf/dxfblkrd.hxx +++ b/vcl/source/filter/idxf/dxfblkrd.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFBLKRD_HXX -#define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFBLKRD_HXX +#pragma once #include <sal/config.h> @@ -77,7 +76,4 @@ public: }; -#endif - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/filter/idxf/dxfentrd.hxx b/vcl/source/filter/idxf/dxfentrd.hxx index 85dbf7dd06b1..c4cf22fac0f9 100644 --- a/vcl/source/filter/idxf/dxfentrd.hxx +++ b/vcl/source/filter/idxf/dxfentrd.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFENTRD_HXX -#define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFENTRD_HXX +#pragma once #include "dxfgrprd.hxx" #include "dxfvec.hxx" @@ -532,7 +531,4 @@ public: // deletes all entities }; -#endif - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */