summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-20 00:28:06 -0500
committerCaolán McNamara <caolanm@redhat.com>2014-02-21 12:46:43 +0000
commit165ab67a284efc75d3ed07c4dd2b03a430959481 (patch)
treecdec13bd93dc9a7f758c6b82e00f3505ae11f324
parent9ffb9d0baa22f85cc7c22a198760f90a4a857458 (diff)
fdo#75228: We still need to get the value only to pop value from the stack.
Change-Id: Iad231aa97ed35f91b96cddf8157ebcd9af0f8ec9 (cherry picked from commit 9e183fbfdbfbe364d17f9d36a0b33d2fae89862d) Reviewed-on: https://gerrit.libreoffice.org/8142 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sc/source/core/tool/interpr6.cxx1
1 files changed, 1 insertions, 0 deletions
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;