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

New commits:
commit 0a73352b57dd02da1ca2259ce0f7d37cb78587a5
Author: Kohei Yoshida <kohei.yosh...@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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to