sc/source/core/tool/interpr1.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit e559fb28bbe65d98a7dcb4160db152d606332faa Author: Eike Rathke <er...@redhat.com> Date: Tue Jun 26 12:44:01 2012 +0200
resolved fdo#47222 in N() pop string constant before pushing result Change-Id: Ifd3313e45b838b3d9ab4dc8d0b4887f4836bb013 diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index fd44da1..42f6457 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -2970,6 +2970,7 @@ void ScInterpreter::ScN() return; } case svString: + PopError(); PushDouble(0); return; default: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits