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/Library_sc.mk | |
parent | 8e2d89197942c92da0f00b635c1a370c3adbac8a (diff) |
Add t-test Statistics Dialog.
Change-Id: I6c2b478a4ce6976b5f8fe9cde3d8fbd309dff965
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index fe2ddf89580e..23d50402e40c 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -486,7 +486,9 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog \ sc/source/ui/StatisticsDialogs/SamplingDialog \ sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog \ + sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog \ sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools \ + sc/source/ui/StatisticsDialogs/TTestDialog \ sc/source/ui/undo/areasave \ sc/source/ui/undo/refundo \ sc/source/ui/undo/target \ |