diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-01-30 09:25:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-01-30 11:42:04 +0100 |
commit | b10a3c47a34a4b139e370bfc7d1bb164fb2fcbb2 (patch) | |
tree | b8215fa2317caacdcaccf2740cc2129898657f80 /vcl | |
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>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/dibtools.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/dibtools.cxx b/vcl/source/gdi/dibtools.cxx index b6735649a909..f78cbc02c03a 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: { |