Kaydet (Commit) 37148c37 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705309 Missing break in switch

Change-Id: Ia1522c645793af8bc316885def415beb2a5d50d5
üst d27b20b9
......@@ -1907,6 +1907,7 @@ void Ww1Picture::Out(Ww1Shell& rOut, Ww1Manager& /*rMan*/)
ReadDIB(aBmp, aOut, true);
pGraphic = new Graphic(aBmp);
}
//fall-through
default:
OSL_ENSURE(pPic->mfp.mmGet() == 97, "Ww1Picture");
}
......
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