From 9e183fbfdbfbe364d17f9d36a0b33d2fae89862d Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 20 Feb 2014 00:28:06 -0500 Subject: fdo#75228: We still need to get the value only to pop value from the stack. Change-Id: Iad231aa97ed35f91b96cddf8157ebcd9af0f8ec9 --- sc/source/core/tool/interpr6.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx index f4045616d907..a32b3c10e739 100644 --- a/sc/source/core/tool/interpr6.cxx +++ b/sc/source/core/tool/interpr6.cxx @@ -891,6 +891,7 @@ void ScInterpreter::ScCount() } break; case svDouble : + GetDouble(); nCount++; nFuncFmtType = NUMBERFORMAT_NUMBER; break; -- cgit