diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-08 11:24:16 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-08 15:48:11 -0400 |
commit | 0b4e68fddc9b259ad89505a5c4ad287b1b31f1e8 (patch) | |
tree | 27c1d31cb1fb32371c7343dd28fc1e65176fcbfb /sc | |
parent | 25bb77cd3f4431cdff9ef798976f55b8505c979f (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.cxx | 1 |
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: |