toolkit/source/controls/roadmapcontrol.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 7713d916e06a8388f849a758f928cbcfded6c0ae Author: Bogdan Buzea <buzea.bog...@libreoffice.org> AuthorDate: Sat Oct 19 19:34:39 2024 +0200 Commit: David Gilbert <freedesk...@treblig.org> CommitDate: Sun Nov 10 01:09:02 2024 +0100 tdf#163486: PVS: Identical branches V1037 Two or more case-branches perform the same actions. Check lines: 94, 97 Change-Id: If4eeadad5a9985a2d4e8336ab4cba9188655b6ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175227 Tested-by: Jenkins Reviewed-by: David Gilbert <freedesk...@treblig.org> diff --git a/toolkit/source/controls/roadmapcontrol.cxx b/toolkit/source/controls/roadmapcontrol.cxx index aec4ac24192e..0c6538bd9c3d 100644 --- a/toolkit/source/controls/roadmapcontrol.cxx +++ b/toolkit/source/controls/roadmapcontrol.cxx @@ -91,8 +91,6 @@ namespace toolkit switch (nPropId) { case BASEPROPERTY_COMPLETE: - aReturn <<= true; - break; case BASEPROPERTY_ACTIVATED: aReturn <<= true; break;