[Libreoffice-commits] core.git: vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Jan 30 10:42:33 UTC 2019
vcl/source/gdi/dibtools.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b10a3c47a34a4b139e370bfc7d1bb164fb2fcbb2
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jan 30 09:25:14 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jan 30 11:42:04 2019 +0100
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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:
{
More information about the Libreoffice-commits
mailing list