Kaydet (Commit) 2206f826 authored tarafından Takeshi Abe's avatar Takeshi Abe

removed obscure comments

üst 3e35eb4b
......@@ -1806,7 +1806,7 @@ void ScInterpreter::ScIntersect()
{
PushIllegalArgument();
return;
} // if (nGlobalError || !xT2 || !xT1)
}
StackVar sv1 = p1st->GetType();
StackVar sv2 = p2nd->GetType();
......@@ -1954,7 +1954,7 @@ void ScInterpreter::ScRangeFunc()
{
PushIllegalArgument();
return;
} // if (nGlobalError || !xT2 || !xT1)
}
FormulaTokenRef xRes = ScToken::ExtendRangeReference( *x1, *x2, aPos, false);
if (!xRes)
PushIllegalArgument();
......@@ -1973,7 +1973,7 @@ void ScInterpreter::ScUnionFunc()
{
PushIllegalArgument();
return;
} // if (nGlobalError || !xT2 || !xT1)
}
StackVar sv1 = p1st->GetType();
StackVar sv2 = p2nd->GetType();
......
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