summaryrefslogtreecommitdiffstats
path: root/sc/inc/helpids.h
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-10-30 15:49:21 +0100
committerEike Rathke <erack@redhat.com>2013-10-30 15:50:18 +0100
commit88d87cefb61b03909b26ea3ad89e2dc7b5538a0f (patch)
tree9991631730e5db8e9fe45a106b0f8f5016598984 /sc/inc/helpids.h
parentusing dbgutil builds is good for you (TM) (diff)
downloadcore-88d87cefb61b03909b26ea3ad89e2dc7b5538a0f.tar.gz
core-88d87cefb61b03909b26ea3ad89e2dc7b5538a0f.zip
added missing HIDs instead of using copy&paste IDs of other functions
Change-Id: I4d3cb89501f287fa2b278881352a766715ec7c6e
Diffstat (limited to 'sc/inc/helpids.h')
-rw-r--r--sc/inc/helpids.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index 648ff4fafa6c..30b88997fa61 100644
--- a/sc/inc/helpids.h
+++ b/sc/inc/helpids.h
@@ -678,5 +678,9 @@
#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_COVARIANCE_P "SC_HID_FUNC_COVARIANCE_P"
+#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"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */