diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-16 12:14:13 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-18 23:22:41 -0400 |
commit | ad9dce70d88f64ed2bba512658d2980d573183f3 (patch) | |
tree | 7d71115b660b1bf47e67a0363f377ea170ea3cfb /sc | |
parent | d54243d3a82da74f8a5986896220bd4bb4f966cc (diff) |
We actually don't want to allow group-calc on matrix inverse.
This one is accelerated for a single cell calculation case only.
Change-Id: I1f66fc6bb20f08f45d47ae596fb201b838b17408
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/token.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index ab9e3a906280..83f7852a91c4 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -1339,7 +1339,6 @@ void ScTokenArray::CheckToken( const FormulaToken& r ) case ocMaxA: case ocSum: case ocSumProduct: - case ocMatInv: case ocCount: case ocCount2: case ocVLookup: |