[Libreoffice-commits] core.git: Branch 'libreoffice-4-2-2' - sc/source
Kohei Yoshida
kohei.yoshida at collabora.com
Fri Feb 21 04:47:10 PST 2014
sc/source/core/tool/interpr6.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 165ab67a284efc75d3ed07c4dd2b03a430959481
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Thu Feb 20 00:28:06 2014 -0500
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 at googlemail.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx
index f404561..a32b3c1 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;
More information about the Libreoffice-commits
mailing list