From 7b75f9a1447607c99ed67fb8ccf081097a2a495e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 30 May 2014 13:25:09 +0100 Subject: [PATCH] coverity#705222 Missing break in switch Change-Id: Ie127c5238fd2f69f52fb3cbe4090929eb23566f4 --- sd/source/filter/ppt/pptin.cxx | 1 + 1 file changed, 1 insertion(+) 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;