summaryrefslogtreecommitdiff
path: root/vcl/source/filter/GraphicNativeTransform.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-03 16:10:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-03 19:33:36 +0100
commita4438e09b4e04a1b1e9e5ecd27b1a22531b0bfbe (patch)
treebf7e03f5693df7ac14366a50d229a37e8ffc4449 /vcl/source/filter/GraphicNativeTransform.cxx
parentf7dddbd7f2d93f3b6c1a85917b4434e388dfe1c9 (diff)
fix ODR
Orientation here clashes with Orientation in include/vcl/prntypes.hxx Change-Id: Ib68dec61990aebad6154eb2f5e00eb8680ebe196 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89888 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/filter/GraphicNativeTransform.cxx')
-rw-r--r--vcl/source/filter/GraphicNativeTransform.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/filter/GraphicNativeTransform.cxx b/vcl/source/filter/GraphicNativeTransform.cxx
index 909795f45a90..ba6e6a194f63 100644
--- a/vcl/source/filter/GraphicNativeTransform.cxx
+++ b/vcl/source/filter/GraphicNativeTransform.cxx
@@ -28,6 +28,8 @@
#include "jpeg/Exif.hxx"
#include "jpeg/JpegTransform.hxx"
+using namespace ::exif;
+
GraphicNativeTransform::GraphicNativeTransform(Graphic& rGraphic) :
mrGraphic(rGraphic)
{}