diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-11-30 17:58:00 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-11-30 18:00:57 +0100 |
commit | 88bece824dd012d9d9ec2812b5ba5ddd3311a5fe (patch) | |
tree | 24872cd2e672b02ee1d06bb2155fd0be5cc396e7 /sc/inc | |
parent | 8e2d89197942c92da0f00b635c1a370c3adbac8a (diff) |
Add t-test Statistics Dialog.
Change-Id: I6c2b478a4ce6976b5f8fe9cde3d8fbd309dff965
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/sc.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 49db89dd0e60..83f602caf56e 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -267,6 +267,7 @@ #define SID_COVARIANCE_DIALOG (SC_MESSAGE_START + 75) #define SID_EXPONENTIAL_SMOOTHING_DIALOG (SC_MESSAGE_START + 76) #define SID_MOVING_AVERAGE_DIALOG (SC_MESSAGE_START + 77) +#define SID_TTEST_DIALOG (SC_MESSAGE_START + 78) // functions |