coverity#705223 Missing break in switch
Change-Id: I7b6f64fccc0fc16dff2d060c035fbad0ebb73335
This commit is contained in:
parent
67502178f1
commit
8ce36c3736
1 changed files with 1 additions and 0 deletions
|
@ -1221,6 +1221,7 @@ bool ImplSdPPTImport::Import()
|
|||
break;
|
||||
case 5 : // notes master
|
||||
eEditMode = EM_MASTERPAGE;
|
||||
//fall-through
|
||||
case 3 : // notes
|
||||
ePageKind = PK_NOTES;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue