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

removed obscure comments

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