coverity#705223 Missing break in switch

Change-Id: I7b6f64fccc0fc16dff2d060c035fbad0ebb73335
This commit is contained in:
Caolán McNamara 2014-05-30 13:24:43 +01:00
parent 67502178f1
commit 8ce36c3736

View file

@ -1221,6 +1221,7 @@ bool ImplSdPPTImport::Import()
break;
case 5 : // notes master
eEditMode = EM_MASTERPAGE;
//fall-through
case 3 : // notes
ePageKind = PK_NOTES;
break;