[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source
Eike Rathke
erack at kemper.freedesktop.org
Tue Jun 26 04:02:41 PDT 2012
sc/source/core/tool/interpr1.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 483bba422442ba8a370d3b14d378d5d385d7dda2
Author: Eike Rathke <erack at 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
(cherry picked from commit e559fb28bbe65d98a7dcb4160db152d606332faa)
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 34675c9..8177136 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -2871,6 +2871,7 @@ void ScInterpreter::ScN()
return;
}
case svString:
+ PopError();
PushDouble(0);
return;
default:
More information about the Libreoffice-commits
mailing list