vcl/source/filter/jpeg/Exif.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f251111195a73b1574976c0446910e8da397089a
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue Jun 18 16:22:01 2019 +0200
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Jun 18 19:02:09 2019 +0200
Remove redundant write
...that had been there ever since the code's introduction with
b5a9cc71d246c26da8aca4203da84c10c104c222 "Exif reading/writing and Jpeg
lossless
transformations support."
Change-Id: I490eb85abb9966c6152bfc00e81589d6aef374cf
Reviewed-on: https://gerrit.libreoffice.org/74295
Reviewed-by: Tomaž Vajngerl <[email protected]>
Tested-by: Jenkins
diff --git a/vcl/source/filter/jpeg/Exif.cxx b/vcl/source/filter/jpeg/Exif.cxx
index 9088d9117494..45fd9ed23344 100644
--- a/vcl/source/filter/jpeg/Exif.cxx
+++ b/vcl/source/filter/jpeg/Exif.cxx
@@ -207,7 +207,6 @@ void Exif::processIFD(sal_uInt8* pExifData, sal_uInt16
aLength, sal_uInt16 aOffs
{
if(bSetValue)
{
- write16(ORIENTATION, ifd->tag, littleEndian);
write16(3, ifd->type, littleEndian);
write32(1, ifd->count, littleEndian);
write32(maOrientation, ifd->offset, littleEndian);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits