vcl/source/filter/jpeg/JpegWriter.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 6629197f08249725e9fef4f0c5fee3c98657d838 Author: Emmanuel Peter <awinspet...@gmail.com> AuthorDate: Thu Oct 13 16:53:55 2022 +0100 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Oct 14 11:03:19 2022 +0200 tdf#143148: Use pragma once instead of include guards Change-Id: Idf9f5b604bc60d7f1bacdd0001ce252aaeb7835a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141334 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/jpeg/JpegWriter.hxx b/vcl/source/filter/jpeg/JpegWriter.hxx index 76666cfa0c8b..3159d06ab642 100644 --- a/vcl/source/filter/jpeg/JpegWriter.hxx +++ b/vcl/source/filter/jpeg/JpegWriter.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX -#define INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX +#pragma once #include <vcl/bitmap.hxx> #include <vcl/BitmapReadAccess.hxx> @@ -52,6 +51,4 @@ public: }; -#endif // INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */