[Libreoffice-commits] core.git: Branch 'private/kohei/calc-shared-string' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Tue Oct 8 08:22:55 PDT 2013


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

New commits:
commit 0a73352b57dd02da1ca2259ce0f7d37cb78587a5
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Tue Oct 8 11:24:16 2013 -0400

    Add VLOOKUP to the list of functions we support for group calculation.
    
    Change-Id: I2a440b881af14076928e97918bdc5508804ff0ee

diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 69ba49e..e519455 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1336,6 +1336,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
             case ocMatInv:
             case ocCount:
             case ocCount2:
+            case ocVLookup:
                 // Don't change the state.
             break;
             default:


More information about the Libreoffice-commits mailing list