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

This commit is contained in:
Kohei Yoshida 2012-01-06 22:19:16 -05:00
parent f60c1cd239
commit 8bf08458ff

View file

@ -1246,6 +1246,8 @@ void ScInterpreter::ScAnd()
} }
} }
break; break;
case svExternalSingleRef:
case svExternalDoubleRef:
case svMatrix: case svMatrix:
{ {
ScMatrixRef pMat = GetMatrix(); ScMatrixRef pMat = GetMatrix();
@ -1344,6 +1346,8 @@ void ScInterpreter::ScOr()
} }
} }
break; break;
case svExternalSingleRef:
case svExternalDoubleRef:
case svMatrix: case svMatrix:
{ {
bHaveValue = true; bHaveValue = true;