Kaydet (Commit) 5bb8a286 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix handling of range parameters in COUNT, fdo#72999

Change-Id: I352c6b415f0990890702fa21175c196d7f4b12ee
üst b95ad38e
...@@ -973,7 +973,7 @@ void ScInterpreter::ScCount() ...@@ -973,7 +973,7 @@ void ScInterpreter::ScCount()
FuncCount aAction; FuncCount aAction;
aSet.executeColumnAction(*pDok, aAction); aSet.executeColumnAction(*pDok, aAction);
nCount = aAction.getCount(); nCount += aAction.getCount();
// Get the number format of the last iterated cell. // Get the number format of the last iterated cell.
nFuncFmtIndex = aAction.getNumberFormat(); nFuncFmtIndex = aAction.getNumberFormat();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment