From b96086f197c0cc47c45ac70329d931db61fa3c7e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 26 May 2014 09:35:06 +0100 Subject: coverity#705254 Missing break in switch Change-Id: I5dc24b0f811042732a31f1d0fff42bf400505a1a --- svx/source/customshapes/EnhancedCustomShape2d.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svx/source/customshapes') diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx index 906538f4d9a2..03b45d26add9 100644 --- a/svx/source/customshapes/EnhancedCustomShape2d.cxx +++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx @@ -2108,6 +2108,7 @@ void CorrectCalloutArrows( MSO_SPT eSpType, sal_uInt32 nLineObjectCount, std::ve case mso_sptAccentCallout3 : case mso_sptAccentBorderCallout3 : bAccent = false; + //fall-through case mso_sptCallout3 : case mso_sptBorderCallout3 : { -- cgit