Kaydet (Commit) 98d00292 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1340225 Missing break in switch

Change-Id: I9f76340ccdb32f4337d0ebe85e9957fe8a3b19f9
(cherry picked from commit 43e2b417)
Reviewed-on: https://gerrit.libreoffice.org/20176Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 49fb1b39
...@@ -165,6 +165,7 @@ void VirtualDevice::ImplInitVirDev( const OutputDevice* pOutDev, ...@@ -165,6 +165,7 @@ void VirtualDevice::ImplInitVirDev( const OutputDevice* pOutDev,
{ {
case DeviceFormat::BITMASK: case DeviceFormat::BITMASK:
mnBitCount = 1; mnBitCount = 1;
break;
default: default:
mnBitCount = pOutDev->GetBitCount(); mnBitCount = pOutDev->GetBitCount();
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment