From 082b8718dfc70a7994990215f1dc51a69046788b Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 15 Apr 2020 22:05:33 +0200 Subject: remove GraphicNative{Metadata,Transform} from clang-f. blacklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib60485e5d35e9d3ec2b0028d38fb8d5eaa72421c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92905 Tested-by: Tomaž Vajngerl Reviewed-by: Tomaž Vajngerl --- include/vcl/GraphicNativeMetadata.hxx | 4 ++-- include/vcl/GraphicNativeTransform.hxx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'include/vcl') diff --git a/include/vcl/GraphicNativeMetadata.hxx b/include/vcl/GraphicNativeMetadata.hxx index 118efa480df8..318fb724bf25 100644 --- a/include/vcl/GraphicNativeMetadata.hxx +++ b/include/vcl/GraphicNativeMetadata.hxx @@ -29,8 +29,8 @@ public: GraphicNativeMetadata(); ~GraphicNativeMetadata(); - bool read(Graphic const & rGraphic); - sal_uInt16 getRotation() const { return mRotation;} + bool read(Graphic const& rGraphic); + sal_uInt16 getRotation() const { return mRotation; } }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/vcl/GraphicNativeTransform.hxx b/include/vcl/GraphicNativeTransform.hxx index 318327bf5b66..b4d71f2d53d0 100644 --- a/include/vcl/GraphicNativeTransform.hxx +++ b/include/vcl/GraphicNativeTransform.hxx @@ -29,9 +29,9 @@ class VCL_DLLPUBLIC GraphicNativeTransform final { Graphic& mrGraphic; - bool rotateBitmapOnly (sal_uInt16 aRotation); - void rotateJPEG (sal_uInt16 aRotation); - bool rotateGeneric (sal_uInt16 aRotation, const OUString& aType); + bool rotateBitmapOnly(sal_uInt16 aRotation); + void rotateJPEG(sal_uInt16 aRotation); + bool rotateGeneric(sal_uInt16 aRotation, const OUString& aType); public: GraphicNativeTransform(Graphic& rGraphic); -- cgit