diff options
-rw-r--r-- | sc/source/core/tool/interpr1.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 9cc318b26a26..a782953b5425 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -4971,10 +4971,7 @@ void ScInterpreter::IterateParametersIf( ScIterFuncIf eFunc ) { sal_uInt8 nParamCount = GetByte(); if ( !MustHaveParamCount( nParamCount, 2, 3 ) ) - { - PushError( nGlobalError); return; - } SCCOL nCol3 = 0; SCROW nRow3 = 0; |