diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-26 09:35:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-26 10:18:24 +0100 |
commit | b96086f197c0cc47c45ac70329d931db61fa3c7e (patch) | |
tree | 3d82abdb77b487d4246fae86e065b62a08646269 /svx/source/customshapes | |
parent | 84d84594ea4abf1056a8c2a6be7e1ff224400cc9 (diff) |
coverity#705254 Missing break in switch
Change-Id: I5dc24b0f811042732a31f1d0fff42bf400505a1a
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShape2d.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 : { |