summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-06-26 12:44:01 +0200
committerEike Rathke <erack@redhat.com>2012-06-26 13:01:58 +0200
commit483bba422442ba8a370d3b14d378d5d385d7dda2 (patch)
tree0cbd94bbfc23eea7e1f9a347c2e265ab8f6d5a51 /sc
parent1d179e2ccfd93c711386007e24828959d38c9c22 (diff)
resolved fdo#47222 in N() pop string constant before pushing result
Change-Id: Ifd3313e45b838b3d9ab4dc8d0b4887f4836bb013 (cherry picked from commit e559fb28bbe65d98a7dcb4160db152d606332faa)
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr1.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 34675c9c0784..8177136f7218 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: