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/sdi/cellsh.sdi | |
parent | 8e2d89197942c92da0f00b635c1a370c3adbac8a (diff) |
Add t-test Statistics Dialog.
Change-Id: I6c2b478a4ce6976b5f8fe9cde3d8fbd309dff965
Diffstat (limited to 'sc/sdi/cellsh.sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 2fe1237c570b..a9b35e2d425d 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -158,6 +158,7 @@ interface CellSelection SID_COVARIANCE_DIALOG [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] SID_EXPONENTIAL_SMOOTHING_DIALOG [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] SID_MOVING_AVERAGE_DIALOG [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] + SID_TTEST_DIALOG [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] SID_MARKDATAAREA [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ] SID_MARKARRAYFORMULA [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ] SID_SETINPUTMODE [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ] |