diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-26 09:34:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-26 10:18:24 +0100 |
commit | 84d84594ea4abf1056a8c2a6be7e1ff224400cc9 (patch) | |
tree | 96bb62b1f7d059676774ef1c90c5ea6d11b6c343 /svx | |
parent | e576deff6a276e2319f0d62c9fa51faecdae9a4c (diff) |
coverity#705253 Missing break in switch
Change-Id: I372299fa9f4fb5a41fed88cba8b23557be24eb3b
Diffstat (limited to 'svx')
-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 c39428e688f2..906538f4d9a2 100644 --- a/svx/source/customshapes/EnhancedCustomShape2d.cxx +++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx @@ -2080,6 +2080,7 @@ void CorrectCalloutArrows( MSO_SPT eSpType, sal_uInt32 nLineObjectCount, std::ve case mso_sptAccentCallout2 : case mso_sptAccentBorderCallout2 : bAccent = true; + //fall-through case mso_sptCallout2 : case mso_sptBorderCallout2 : { |