sc/source/core/tool/token.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 98553fd6fb5749e534de396d7e1cd402376864e3 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 28a3ba5..3d28057 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