From 38ad9104efa09bab79fc65d64bd33ae750b28027 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Jun 2014 14:27:42 +0100 Subject: coverity#1209650 Missing break in switch, probably intentional Change-Id: Iaa48a39cc86548dd2805703a97a90406663099ba --- sd/source/filter/eppt/eppt.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd') diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index 77db284787ac..e8165a91fbe7 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -194,6 +194,7 @@ void PPTWriter::ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_ { case 1 : // automatic mnDiaMode++; + // fall-through case 2 : // semi-automatic mnDiaMode++; default : -- cgit