diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 13:25:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 14:19:10 +0100 |
commit | 7b75f9a1447607c99ed67fb8ccf081097a2a495e (patch) | |
tree | 63748b58e5241956e172ee65e02a83a472ed329c /sd | |
parent | 8ce36c373635cc3571622063d253aadafdecd229 (diff) |
coverity#705222 Missing break in switch
Change-Id: Ie127c5238fd2f69f52fb3cbe4090929eb23566f4
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 ea65385a6788..862c6bbb01f6 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -1213,6 +1213,7 @@ bool ImplSdPPTImport::Import() break; case 10 : // titlemaster nSelectedPage = 1; + //fall-through case 2 : // master { ePageKind = PK_STANDARD; |