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/Library_sc.mk | |
parent | fbd059fb60fc0afca20eec7ea26e0ae9beb384e4 (diff) |
fdo#66477 Add correlation and covariance to Calc.
Change-Id: I877199aa9c0bb275fa678488548c7e6797c0eefc
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 72a83a5cf763..6f559f5bad1e 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -478,6 +478,8 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/StatisticsDialogs/SamplingDialog \ sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog \ sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog \ + sc/source/ui/StatisticsDialogs/CorrelationDialog \ + sc/source/ui/StatisticsDialogs/CovarianceDialog \ sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog \ sc/source/ui/undo/areasave \ sc/source/ui/undo/refundo \ |