Kaydet (Commit) 8ce36c37 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705223 Missing break in switch

Change-Id: I7b6f64fccc0fc16dff2d060c035fbad0ebb73335
üst 67502178
......@@ -1221,6 +1221,7 @@ bool ImplSdPPTImport::Import()
break;
case 5 : // notes master
eEditMode = EM_MASTERPAGE;
//fall-through
case 3 : // notes
ePageKind = PK_NOTES;
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