[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Tue Jul 2 09:00:20 PDT 2013
sc/source/core/tool/token.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 967792d2297f3bb0520b408ebdcfc078c3da9230
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Tue Jul 2 12:00:02 2013 -0400
Enable group calculation on COUNT and COUNT2.
Change-Id: I7a1cb5aa485bd54e1f6e41262435129b6ac6b98b
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index ad8fdf2..dcee784 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:
More information about the Libreoffice-commits
mailing list