summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
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 /sc/source/core/tool/interpr4.cxx
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 'sc/source/core/tool/interpr4.cxx')
-rw-r--r--sc/source/core/tool/interpr4.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 6fa8f6294f4f..0f48a2696f0c 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -4421,6 +4421,7 @@ StackVar ScInterpreter::Interpret()
case ocMidB : ScMidB(); break;
case ocReplaceB : ScReplaceB(); break;
case ocFindB : ScFindB(); break;
+ case ocSearchB : ScSearchB(); break;
case ocUnicode : ScUnicode(); break;
case ocUnichar : ScUnichar(); break;
case ocBitAnd : ScBitAnd(); break;