diff options
author | mulei <mulei@multicorewareinc.com> | 2013-11-05 15:46:15 +0800 |
---|---|---|
committer | I-Jui (Ray) Sung <ray@multicorewareinc.com> | 2013-11-13 00:45:05 -0600 |
commit | dd3ac582e704d7ef9fcb9fb5f45c7e624aa0c162 (patch) | |
tree | 2139b395ee0bf252504aedff66b759b831821aab /sc/source | |
parent | e7ad31bf7acd92cac6ee4fead76dee2bdee45029 (diff) |
GPU Calc: unit test cases for NPER
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
AMLOEXT-108 BUG
Change-Id: Ib1469a02884e926ea2f5f93a6ffde95ca9b948d7
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 5988e98f7148..80a1236c61ab 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -1381,6 +1381,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r ) case ocZW: case ocVBD: case ocKurt: + case ocZZR: // Don't change the state. break; default: |