[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Mon Mar 9 12:20:46 PDT 2015
sc/source/core/tool/compiler.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 43a8207c9daff7cf5afe2436249163adc14404c4
Author: Eike Rathke <erack at redhat.com>
Date: Mon Mar 9 20:01:19 2015 +0100
CID#1287400: Control flow issues (MISSING_BREAK)
Change-Id: I74da9d277d21e01ffb316e6885470a1a3cbe0cf2
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index dce9171..c913ab7 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -3847,6 +3847,7 @@ ScTokenArray* ScCompiler::CompileString( const OUString& rFormula )
if (bUseFunctionStack && nFunction)
--nFunction;
}
+ break;
case ocTableRefOpen:
{
// Don't count following item separator as parameter separator.
More information about the Libreoffice-commits
mailing list