diff options
author | Eike Rathke <erack@redhat.com> | 2013-01-12 17:29:09 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-01-12 17:31:29 +0100 |
commit | 0dce7abb566c87d6263108a1a81850b83098659f (patch) | |
tree | 941413d4c1e5ff6642445d7b5bc860c0f8ceebb2 /formula/source | |
parent | 484bb96aa975d834e326d927d36ee17808b8b6b5 (diff) |
fdo#56124 IFERROR IFNA Excel import/export
Change-Id: I796e99f8893cb48fa2351f7799bb247a3488ce69
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index d4d69ddbd84b..c40211386828 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -433,6 +433,8 @@ uno::Sequence< sheet::FormulaOpCodeMapEntry > FormulaCompiler::OpCodeMap::create // Additional functions not within range of functions. static const sal_uInt16 aOpCodes[] = { SC_OPCODE_IF, + SC_OPCODE_IF_ERROR, + SC_OPCODE_IF_NA, SC_OPCODE_CHOSE, SC_OPCODE_AND, SC_OPCODE_OR, |