summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/Exif.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/Exif.hxx')
-rw-r--r--vcl/source/filter/jpeg/Exif.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/filter/jpeg/Exif.hxx b/vcl/source/filter/jpeg/Exif.hxx
index c365ec8071bf..5d8bbaa768fe 100644
--- a/vcl/source/filter/jpeg/Exif.hxx
+++ b/vcl/source/filter/jpeg/Exif.hxx
@@ -75,9 +75,9 @@ public :
Exif();
virtual ~Exif();
- bool hasExif();
+ bool hasExif() { return mbExifPresent;}
- Orientation getOrientation();
+ Orientation getOrientation() { return maOrientation;}
sal_Int32 getRotation();
void setOrientation(Orientation orientation);