summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/tool/interpr8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx
index 20ceb72a950a..a03fbb8b3863 100644
--- a/sc/source/core/tool/interpr8.cxx
+++ b/sc/source/core/tool/interpr8.cxx
@@ -1407,7 +1407,7 @@ void ScInterpreter::ScConcat_MS()
}
size_t nRefInList = 0;
- while ( nParamCount-- > 0 )
+ while ( nParamCount-- > 0 && !nGlobalError )
{
switch ( GetStackType() )
{