[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Jul 2 09:00:57 PDT 2013


 sc/source/core/tool/token.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 98553fd6fb5749e534de396d7e1cd402376864e3
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 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:


More information about the Libreoffice-commits mailing list