[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 18 17:03:28 UTC 2019
vcl/source/filter/jpeg/Exif.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f251111195a73b1574976c0446910e8da397089a
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jun 18 16:22:01 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
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 <quikee at gmail.com>
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);
More information about the Libreoffice-commits
mailing list