diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2016-03-29 19:03:43 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-04-26 15:08:22 +0000 |
commit | a76c5e21378e5364f1f7554a32d89072feff8b0c (patch) | |
tree | ca65eb9aae585323ab033bbab08e4265d5359fa3 /sc/inc/helpids.h | |
parent | 0bdb8baf57ac243f574db6273eed70127379e3fc (diff) |
tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc
Functions CONCAT and TEXTJOIN.
Change-Id: I38092f77df719d11f6746ac10fe14dc53b7e93e7
Reviewed-on: https://gerrit.libreoffice.org/23601
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 e07f7109ed38..29b22bb7f6a8 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -636,5 +636,7 @@ #define HID_FUNC_FORECAST_ETS_STA "SC_HID_FUNC_FORECAST_ETS_STA" #define HID_FUNC_FORECAST_ETS_STM "SC_HID_FUNC_FORECAST_ETS_STM" #define HID_FUNC_FORECAST_LIN "SC_HID_FUNC_FORECAST_LIN" +#define HID_FUNC_CONCAT_MS "SC_HID_FUNC_CONCAT_MS" +#define HID_FUNC_TEXTJOIN_MS "SC_HID_FUNC_TEXTJOIN_MS" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |