Kaydet (Commit) 4905c8bf authored tarafından Eike Rathke's avatar Eike Rathke

early bail out if nGlobalError, tdf#97831 follow-up

Change-Id: Ic45d11cecc4bb372dac3deca27ae3665303d5b29
üst 1670e45f
......@@ -1407,7 +1407,7 @@ void ScInterpreter::ScConcat_MS()
}
size_t nRefInList = 0;
while ( nParamCount-- > 0 )
while ( nParamCount-- > 0 && !nGlobalError )
{
switch ( GetStackType() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment