diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-07-28 11:45:56 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-07-28 11:49:53 +0200 |
commit | 8e4f4fb541277e35aca7d8f210307635f7a81443 (patch) | |
tree | 4cc23a12abe8e4c48bd4112272fa60a925c281b6 /sc/inc/globstr.hrc | |
parent | fbd059fb60fc0afca20eec7ea26e0ae9beb384e4 (diff) |
fdo#66477 Add correlation and covariance to Calc.
Change-Id: I877199aa9c0bb275fa678488548c7e6797c0eefc
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 7a7cf0a0deb9..2f8e56230a6b 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -720,7 +720,10 @@ #define SID_CALC_SUM 585 #define SID_CALC_COUNT 586 -#define STR_DESCRIPTIVE_STATISTICS_UNDO_NAME 587 +#define STR_DESCRIPTIVE_STATISTICS_UNDO_NAME 587 +#define STR_ANALYSIS_OF_VARIANCE_UNDO_NAME 588 +#define STR_CORRELATION_UNDO_NAME 589 +#define STR_COVARIANCE_UNDO_NAME 590 #endif |