diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-11-18 10:13:50 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-11-18 10:16:46 +0100 |
commit | c080641d2f45c6b455d6a60836f53d054853fc53 (patch) | |
tree | 5c838f7d0041a36d0c5566d5e400894650fd0474 /sc/Library_sc.mk | |
parent | 5c339be474c93c0bf42c593b48fd683ea4614250 (diff) |
fdo#76868 Add chi-square test Statistics Dialog
Change-Id: I35c115a1f1cb733a0d6841596d8baf2e5ade4a1d
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 2c591c946bad..3f79a124874d 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -495,6 +495,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog \ sc/source/ui/StatisticsDialogs/CorrelationDialog \ sc/source/ui/StatisticsDialogs/CovarianceDialog \ + sc/source/ui/StatisticsDialogs/ChiSquareTestDialog \ sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog \ sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog \ sc/source/ui/StatisticsDialogs/FTestDialog \ |