diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 13:24:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 14:19:10 +0100 |
commit | 8ce36c373635cc3571622063d253aadafdecd229 (patch) | |
tree | 7892b95ad82d26bfde835f7d0f643af61451471a /sd | |
parent | 67502178f189f4550834ef4177ca050202c81cc3 (diff) |
coverity#705223 Missing break in switch
Change-Id: I7b6f64fccc0fc16dff2d060c035fbad0ebb73335
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/ppt/pptin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index 80653bc23f9d..ea65385a6788 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -1221,6 +1221,7 @@ bool ImplSdPPTImport::Import() break; case 5 : // notes master eEditMode = EM_MASTERPAGE; + //fall-through case 3 : // notes ePageKind = PK_NOTES; break; |