From 9199fedb8e20133782a081ac1c33a67d06dffbc6 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 6 Jan 2012 22:19:16 -0500 Subject: fdo#36387: Get external references to work with AND and OR. --- sc/source/core/tool/interpr1.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index a76d2b6c2526..dcdc5fe74fbb 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -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; -- cgit v1.2.3