[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Jan 6 19:19:56 PST 2012
sc/source/core/tool/interpr1.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 8bf08458ff38e312773bc79a32e9f7a6d2f4197d
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date: Fri Jan 6 22:19:16 2012 -0500
fdo#36387: Get external references to work with AND and OR.
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index a76d2b6..dcdc5fe 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;
More information about the Libreoffice-commits
mailing list