Kaydet (Commit) 8bf08458 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

fdo#36387: Get external references to work with AND and OR.

üst f60c1cd2
......@@ -1246,6 +1246,8 @@ void ScInterpreter::ScAnd()
}
}
break;
case svExternalSingleRef:
case svExternalDoubleRef:
case svMatrix:
{
ScMatrixRef pMat = GetMatrix();
......@@ -1344,6 +1346,8 @@ void ScInterpreter::ScOr()
}
}
break;
case svExternalSingleRef:
case svExternalDoubleRef:
case svMatrix:
{
bHaveValue = true;
......
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