diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2014-12-15 09:45:26 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-26 22:16:06 +0000 |
commit | 25434372bf56e0ebdb7e7d47ab3c14c68211509f (patch) | |
tree | 52d7afa7523af68d9181770a0ac7c3ec3d58bb49 /sc/inc/helpids.h | |
parent | 6744fe62973edbc2a4108905192fce4b2854ac39 (diff) |
fdo#76870 Add support for Excel2013 function ENCODEURL
Change-Id: I369bcd58055364757b6a098fc3aa0c0065c79b67
Reviewed-on: https://gerrit.libreoffice.org/13478
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 9768806cdf7a..574afb0e6fc3 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -563,6 +563,7 @@ #define HID_FUNC_BITRSHIFT "SC_HID_FUNC_BITRSHIFT" #define HID_FUNC_FILTERXML "SC_HID_FUNC_FILTERXML" #define HID_FUNC_WEBSERVICE "SC_HID_FUNC_WEBSERVICE" +#define HID_FUNC_ENCODEURL "SC_HID_FUNC_ENCODEURL" #define HID_FUNC_COLOR "SC_HID_FUNC_COLOR" #define HID_FUNC_COVARIANCE_P "SC_HID_FUNC_COVARIANCE_P" #define HID_FUNC_COVARIANCE_S "SC_HID_FUNC_COVARIANCE_S" |