diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2014-11-24 13:52:48 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-14 15:17:08 +0000 |
commit | 7eec8e5c7146a231e9d67bd96eaff30018488c39 (patch) | |
tree | 9be86554e294af9f747680ebf3d8f8b442d624a1 /sc/inc/helpids.h | |
parent | a3e51e2706f37f4a7a3a3276d96fd4bcad7f5f7c (diff) |
add ODF1.2 function ERROR.TYPE to Calc
Also, improve exchange between Calc and Excel2013.
Change-Id: I491f9e2100a9a2c38e23cf55dd1eda4b5e96db96
Reviewed-on: https://gerrit.libreoffice.org/13101
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 1e820214e10e..9768806cdf7a 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -624,5 +624,6 @@ #define HID_FUNC_ERF_MS "SC_HID_FUNC_ERF_MS" #define HID_FUNC_ERFC_MS "SC_HID_FUNC_ERFC_MS" #define HID_FUNC_AGGREGATE "SC_HID_FUNC_AGGREGATE" +#define HID_FUNC_ERROR_TYPE_ODF "SC_HID_FUNC_ERROR_TYPE_ODF" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |