summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorhaochen <haochen@multicorewareinc.com>2013-10-23 10:26:03 +0800
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-25 08:05:01 -0400
commit0e79a9c26160953cc8477580fd2f7b7437f81cbe (patch)
tree4afcd7897d10c7b8bcc4f008d2802b60d7d0609f /sc
parent6db1f5f4c62afc644d59c9cada59cd483b4c7653 (diff)
Release control of IRR, MIRR, PMT, RATE to GPU
Change-Id: Ia77b0bc1d8a2400debcc5d541e64e5b63797fe71 Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/token.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 22c1738addbb..74a2d4c497c5 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1343,6 +1343,11 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocCount:
case ocCount2:
case ocVLookup:
+ case ocIRR:
+ case ocMIRR:
+ case ocRMZ:
+ case ocZins:
+ case ocZGZ:
// Don't change the state.
break;
default: