sc/source/core/tool/token.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 967792d2297f3bb0520b408ebdcfc078c3da9230 Author: Kohei Yoshida <kohei.yosh...@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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits