From 0dce7abb566c87d6263108a1a81850b83098659f Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 12 Jan 2013 17:29:09 +0100 Subject: fdo#56124 IFERROR IFNA Excel import/export Change-Id: I796e99f8893cb48fa2351f7799bb247a3488ce69 --- formula/source/core/api/FormulaCompiler.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'formula') 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, -- cgit