From ad9dce70d88f64ed2bba512658d2980d573183f3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 16 Oct 2013 12:14:13 -0400 Subject: [PATCH] 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 --- sc/source/core/tool/token.cxx | 1 - 1 file changed, 1 deletion(-) 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: