diff options
author | minwang <min@multicorewareinc.com> | 2013-11-06 14:18:10 +0800 |
---|---|---|
committer | I-Jui (Ray) Sung <ray@multicorewareinc.com> | 2013-11-13 14:39:23 -0600 |
commit | 246e0148aacfbdf6f5c294464ae0a4e063443bb8 (patch) | |
tree | f2d62ab6bfeac3b85cabd54e086d82af767562dc /sc/source | |
parent | 570aa2e905ea421d6be6232ae6ba89a8d0127bbf (diff) |
GPU Calc: unit test cases for DB
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
AMLOEXT-132 BUG
Change-Id: I89dca4895fd8952ec085a30d42d75e05e0ed96d1
Signed-off-by: haochen <haochen@multicorewareinc.com>
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
Diffstat (limited to 'sc/source')
-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 2a71c96d47ca..48d15780431c 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -1396,6 +1396,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r ) case ocZinsZ: case ocConfidence: case ocIntercept: + case ocGDA2: // Don't change the state. break; default: |