filter/source/msfilter/msdffimp.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 4f868e11a445c2fd894091ea3fe20d8f3adb689c Author: Bogdan Buzea <[email protected]> AuthorDate: Mon Oct 21 16:37:07 2024 +0200 Commit: David Gilbert <[email protected]> CommitDate: Sun Oct 27 18:56:39 2024 +0100 tdf#163486: PVS: Identical branches V1037 Two or more case-branches perform the same actions. Check lines: 702, 710 Change-Id: I7a36383e2d5f19d5dbf0f8bb8d0b6a0c7880eaee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175342 Reviewed-by: David Gilbert <[email protected]> Tested-by: Jenkins diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 2cc3cda31fb0..043f8bb2f0b3 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -698,12 +698,6 @@ void SvxMSDffManager::SolveSolver( const SvxMSDffSolverContainer& rSolver ) break; case EnhancedCustomShapeSegmentCommand::CURVETO : - { - nC--; - nPt += 3; - } - break; - case EnhancedCustomShapeSegmentCommand::ANGLEELLIPSETO : case EnhancedCustomShapeSegmentCommand::ANGLEELLIPSE : {
