[Libreoffice-commits] core.git: sc/source
Julien Nabet
serval2412 at yahoo.fr
Sun Mar 6 08:53:37 UTC 2016
sc/source/core/tool/interpr8.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 025cf075c16778a1c5d46d9ef273ee08505e3858
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Mar 6 09:53:10 2016 +0100
cppcheck: fix duplicateBreak
Change-Id: Iab3be6d6b7dac0497f7de6dc64b4c7828e0754d5
diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx
index 31ab785..d9c2aca 100644
--- a/sc/source/core/tool/interpr8.cxx
+++ b/sc/source/core/tool/interpr8.cxx
@@ -1349,7 +1349,6 @@ void ScInterpreter::ScForecast_Ets( ScETSType eETSType )
}
}
break;
- break;
case etsStatAdd :
case etsStatMult :
{
More information about the Libreoffice-commits
mailing list