sc/source/core/tool/interpr1.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 483bba422442ba8a370d3b14d378d5d385d7dda2
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
    (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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to