| commit | b10a3c47a34a4b139e370bfc7d1bb164fb2fcbb2 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Jan 30 09:25:14 2019 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Wed Jan 30 11:42:04 2019 +0100 |
| tree | b8215fa2317caacdcaccf2740cc2129898657f80 | |
| parent | f1e775470e68fb1ca1fee390c10064c55932180d [diff] |
ofz#11545 can treat BITFIELDS like COMPRESS_NONE for size sanity check Change-Id: Ic8b0cbe0c7821d287b2233bc015cb888e0e18d88 Reviewed-on: https://gerrit.libreoffice.org/67110 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/gdi/dibtools.cxx b/vcl/source/gdi/dibtools.cxx index b673564..f78cbc0 100644 --- a/vcl/source/gdi/dibtools.cxx +++ b/vcl/source/gdi/dibtools.cxx
@@ -943,7 +943,6 @@ bool ImplReadDIBBody(SvStream& rIStm, Bitmap& rBmp, AlphaMask* pBmpAlpha, sal_uL break; } case BITFIELDS: break; case ZCOMPRESS: case COMPRESS_NONE: {