sc/source/filter/excel/xecontent.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 317e08edd800357f78ae35fe4f1b31a95b3bb9fc Author: Bogdan Buzea <buzea.bog...@libreoffice.org> AuthorDate: Sun Oct 20 20:48:51 2024 +0200 Commit: David Gilbert <freedesk...@treblig.org> CommitDate: Wed Oct 30 01:44:12 2024 +0100 tdf#163486: PVS: Identical branches V1037 Two or more case-branches perform the same actions. Check lines: 872, 875 Change-Id: Icb311dd2ae1ab6b62bcdf141a2139e2cc6dd0564 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175265 Reviewed-by: David Gilbert <freedesk...@treblig.org> Tested-by: Jenkins diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx index f28c3420f69b..aad8a9cdcfde 100644 --- a/sc/source/filter/excel/xecontent.cxx +++ b/sc/source/filter/excel/xecontent.cxx @@ -869,8 +869,6 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2) pRet = "notBetween"; break; case ScConditionMode::Duplicate: - pRet = nullptr; - break; case ScConditionMode::NotDuplicate: pRet = nullptr; break;