vcl/source/gdi/virdev.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 98d00292861a8addef571523cc8556b36b0b1129 Author: Caolán McNamara <caol...@redhat.com> Date: Wed Nov 25 14:53:55 2015 +0000
coverity#1340225 Missing break in switch Change-Id: I9f76340ccdb32f4337d0ebe85e9957fe8a3b19f9 (cherry picked from commit 43e2b417970cb7968430a1e9ef2a5fb54af8434c) Reviewed-on: https://gerrit.libreoffice.org/20176 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx index cab8fa3..085237f 100644 --- a/vcl/source/gdi/virdev.cxx +++ b/vcl/source/gdi/virdev.cxx @@ -165,6 +165,7 @@ void VirtualDevice::ImplInitVirDev( const OutputDevice* pOutDev, { case DeviceFormat::BITMASK: mnBitCount = 1; + break; default: mnBitCount = pOutDev->GetBitCount(); break;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits