diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2017-09-04 16:00:59 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-09-07 13:57:29 +0200 |
commit | 41a85500a70533e1c9791c3a4f8b6c24f2143682 (patch) | |
tree | 4328acc901efdd16704d3ac0778f60f81497a23b /sc/inc/helpids.h | |
parent | 5a38658e5e232ce39e22ea76642c58f6babc89cd (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/inc/helpids.h')
-rw-r--r-- | sc/inc/helpids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 7b07c69d78fa..4f285dc45881 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -588,6 +588,7 @@ #define HID_FUNC_ROUNDSIG "SC_HID_FUNC_ROUNDSIG" #define HID_FUNC_REPLACEB "SC_HID_FUNC_REPLACEB" #define HID_FUNC_FINDB "SC_HID_FUNC_FINDB" +#define HID_FUNC_SEARCHB "SC_HID_FUNC_SEARCHB" #endif |