summaryrefslogtreecommitdiffstats
path: root/sc/inc/helpids.h
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2013-10-29 17:30:42 +0100
committerEike Rathke <erack@redhat.com>2013-10-30 17:54:28 +0000
commit781363934af5c0ff3401161c385c6c93c9352c2c (patch)
tree031226875d06e73f7d62d71dba9e08cf43b5e8ad /sc/inc/helpids.h
parent-Werror,-Wmismatched-tags (diff)
downloadcore-781363934af5c0ff3401161c385c6c93c9352c2c.tar.gz
core-781363934af5c0ff3401161c385c6c93c9352c2c.zip
fdo#61002 add Excel 2010 functions VAR.P and VAR.S
Change-Id: I23f286eaaef79d196a65e8079b62cf577539e9f1 Reviewed-on: https://gerrit.libreoffice.org/6477 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index 30b88997fa61..831e2d9acd3f 100644
--- a/sc/inc/helpids.h
+++ b/sc/inc/helpids.h
@@ -682,5 +682,7 @@
#define HID_FUNC_COVARIANCE_S "SC_HID_FUNC_COVARIANCE_S"
#define HID_FUNC_ST_DEV_P_MS "SC_HID_FUNC_ST_DEV_P_MS"
#define HID_FUNC_ST_DEV_S "SC_HID_FUNC_ST_DEV_S"
+#define HID_FUNC_VAR_P_MS "SC_HID_FUNC_VAR_P_MS"
+#define HID_FUNC_VAR_S "SC_HID_FUNC_VAR_S"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */