Kaydet (Commit) 3cae8ee1 authored tarafından Eike Rathke's avatar Eike Rathke

Resolves: tdf#88672 add missing return if error to not crash

Change-Id: Iae73c46d6ae5b141c3f5680b2623ee06205c22d2
üst e1f32ced
......@@ -5496,6 +5496,7 @@ double ScInterpreter::IterateParametersIfs( ScIterFuncIfs eFunc )
if (!pMainMatrix)
{
SetError( errIllegalParameter);
return 0;
}
nMainCol1 = 0;
nMainRow1 = 0;
......
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