summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 12:00:02 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 13:19:33 -0400
commit946e1cb115a2a46fa10f528f83ca7a214fc31544 (patch)
tree0de2c1fa998412b0ad82590e1b9e780e2a6ed953
parentb8904b25d622bcf5c2b1435a993e507d1c7f7555 (diff)
Enable group calculation on COUNT and COUNT2.
Change-Id: I7a1cb5aa485bd54e1f6e41262435129b6ac6b98b
-rw-r--r--sc/source/core/tool/token.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index e25ef603cbe3..3ce8fda097c7 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1319,6 +1319,8 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocSum:
case ocSumProduct:
case ocMatInv:
+ case ocCount:
+ case ocCount2:
// Don't change the state.
break;
default: