diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-11-01 20:29:06 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-04 11:12:52 -0600 |
commit | e362bc7892e0fd193e541838be4bd26b7ff42fdd (patch) | |
tree | f0051617539084bae176311b9062b21d8ab500c9 /sc/inc/helpids.h | |
parent | 4bfa4a69a89337f1839a310a2fe83caf82e37df5 (diff) |
fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INV
Change-Id: Iaecccd9ec6ab6a08c6c7ee8c024a3eba48ca1682
Reviewed-on: https://gerrit.libreoffice.org/6521
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/helpids.h')
-rw-r--r-- | sc/inc/helpids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 820086ea31f1..12c39d6dfe56 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -686,5 +686,7 @@ #define HID_FUNC_VAR_S "SC_HID_FUNC_VAR_S" #define HID_FUNC_BETADIST_MS "SC_HID_FUNC_BETADIST_MS" #define HID_FUNC_BETAINV_MS "SC_HID_FUNC_BETAINV_MS" +#define HID_FUNC_BINOM_DIST_MS "SC_HID_FUNC_BINOM_DIST_MS" +#define HID_FUNC_BINOM_INV_MS "SC_HID_FUNC_BINOM_INV_MS" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |