[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Wed May 1 08:12:08 PDT 2013
sc/source/core/tool/token.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 4d4cb9acda9cc754f0afc5504d29d56c6b24cfab
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed May 1 11:13:49 2013 -0400
Add SUMPRODUCT and MINVERSE to the list of vectorizable functions.
Change-Id: I79e19acdcc3c20db2a795961f486415a8069d177
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index acadb7f..d17cda9 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1267,6 +1267,8 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocMax:
case ocMaxA:
case ocSum:
+ case ocSumProduct:
+ case ocMatInv:
// Don't change the state.
break;
default:
More information about the Libreoffice-commits
mailing list