include/vcl/GraphicNativeMetadata.hxx | 5 +---- include/vcl/GraphicNativeTransform.hxx | 6 ++---- vcl/source/filter/jpeg/Exif.hxx | 6 ++---- 3 files changed, 5 insertions(+), 12 deletions(-)
New commits: commit 6e89344e19715caa39a1f78cf4ba71c67af9f2e4 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Tue Apr 14 20:48:56 2020 +0200 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Sun Apr 26 07:34:00 2020 +0200 use pragma once Change-Id: Ia78cc4ee565a5f39835499764b1f2d0a2a72c5ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92904 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/include/vcl/GraphicNativeMetadata.hxx b/include/vcl/GraphicNativeMetadata.hxx index b6b162556e76..118efa480df8 100644 --- a/include/vcl/GraphicNativeMetadata.hxx +++ b/include/vcl/GraphicNativeMetadata.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_GRAPHICNATIVEMETADATA_HXX -#define INCLUDED_VCL_GRAPHICNATIVEMETADATA_HXX +#pragma once #include <vcl/graph.hxx> @@ -34,6 +33,4 @@ public: sal_uInt16 getRotation() const { return mRotation;} }; -#endif // INCLUDED_VCL_GRAPHICNATIVEMETADATA_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/vcl/GraphicNativeTransform.hxx b/include/vcl/GraphicNativeTransform.hxx index c8203377dc55..318327bf5b66 100644 --- a/include/vcl/GraphicNativeTransform.hxx +++ b/include/vcl/GraphicNativeTransform.hxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_GRAPHICNATIVETRANSFORM_HXX -#define INCLUDED_VCL_GRAPHICNATIVETRANSFORM_HXX +#pragma once #include <rtl/ustring.hxx> #include <sal/types.h> #include <vcl/dllapi.h> + class Graphic; class VCL_DLLPUBLIC GraphicNativeTransform final @@ -40,6 +40,4 @@ public: void rotate(sal_uInt16 aRotation); }; -#endif // INCLUDED_VCL_GRAPHICNATIVETRANSFORM_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/filter/jpeg/Exif.hxx b/vcl/source/filter/jpeg/Exif.hxx index 47c34e427810..6052a44842da 100644 --- a/vcl/source/filter/jpeg/Exif.hxx +++ b/vcl/source/filter/jpeg/Exif.hxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_EXIF_HXX -#define INCLUDED_VCL_SOURCE_FILTER_JPEG_EXIF_HXX +#pragma once #include <tools/stream.hxx> namespace exif { + enum Orientation { TOP_LEFT = 1, TOP_RIGHT = 2, @@ -80,6 +80,4 @@ public: }; -#endif // INCLUDED_VCL_SOURCE_FILTER_JPEG_EXIF_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits