summaryrefslogtreecommitdiff
path: root/include/formula/compiler.hxx
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2017-09-04 16:00:59 +0200
committerEike Rathke <erack@redhat.com>2017-09-07 13:57:29 +0200
commit41a85500a70533e1c9791c3a4f8b6c24f2143682 (patch)
tree4328acc901efdd16704d3ac0778f60f81497a23b /include/formula/compiler.hxx
parent5a38658e5e232ce39e22ea76642c58f6babc89cd (diff)
tdf#107135 Add missing ODFF function SEARCHB.
Change-Id: Ic72693ad8f33fb94c171751f82680eabad1d3d6d Reviewed-on: https://gerrit.libreoffice.org/41900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/formula/compiler.hxx')
-rw-r--r--include/formula/compiler.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/formula/compiler.hxx b/include/formula/compiler.hxx
index e4b646d48f16..a1ebabe04874 100644
--- a/include/formula/compiler.hxx
+++ b/include/formula/compiler.hxx
@@ -504,7 +504,8 @@
#define SC_OPCODE_ROUNDSIG 493
#define SC_OPCODE_REPLACEB 494
#define SC_OPCODE_FINDB 495
-#define SC_OPCODE_STOP_2_PAR 496 /* last function with two or more parameters' OpCode + 1 */
+#define SC_OPCODE_SEARCHB 496
+#define SC_OPCODE_STOP_2_PAR 497 /* last function with two or more parameters' OpCode + 1 */
#define SC_OPCODE_STOP_FUNCTION SC_OPCODE_STOP_2_PAR /* last function's OpCode + 1 */
#define SC_OPCODE_LAST_OPCODE_ID (SC_OPCODE_STOP_FUNCTION - 1) /* last OpCode */