summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-08 11:24:16 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-08 15:48:11 -0400
commit0b4e68fddc9b259ad89505a5c4ad287b1b31f1e8 (patch)
tree27c1d31cb1fb32371c7343dd28fc1e65176fcbfb /sc
parent25bb77cd3f4431cdff9ef798976f55b8505c979f (diff)
Add VLOOKUP to the list of functions we support for group calculation.
Change-Id: I2a440b881af14076928e97918bdc5508804ff0ee
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/token.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 69ba49efda06..e519455b139b 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: