sc/source/core/tool/interpr4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 39bc76939e4ae352ce983338ffd062a0d4551ef7 Author: Eike Rathke <er...@redhat.com> Date: Fri Mar 7 18:31:11 2014 +0100 errCellNoValue is an interpreter-internal-only error Change-Id: Ifeb13575784e9f865407fb332a5c42bef03b3b63 diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx index 7a6b424..c1be178 100644 --- a/sc/source/core/tool/interpr4.cxx +++ b/sc/source/core/tool/interpr4.cxx @@ -4438,7 +4438,7 @@ StackVar ScInterpreter::Interpret() // This matrix represents a range reference. Apply implicit intersection. double fVal = applyImplicitIntersection(aMat, aPos); if (rtl::math::isNan(fVal)) - PushError(errCellNoValue); + PushNoValue(); else PushInt(fVal); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits