fdo#36387: Get external references to work with AND and OR.
This commit is contained in:
parent
f60c1cd239
commit
8bf08458ff
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue