diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-11-03 12:10:19 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-11-11 23:22:30 +0100 |
commit | b3904220ef855d1cde6aae9e56b270b99405c494 (patch) | |
tree | fd5a9c6ac23ae513f14810ff25bc267965960190 /sc/source/ui/inc/CovarianceDialog.hxx | |
parent | aaa689d94d4fb021fa04ad964495828d901280c4 (diff) |
Groupedby for ANOVA and "Descriptive Statistics"
Move the functionallity to superclass, adjust UI
Change-Id: I9770206386aa6d9caaf2d832d4744ac488e3190b
Diffstat (limited to 'sc/source/ui/inc/CovarianceDialog.hxx')
-rw-r--r-- | sc/source/ui/inc/CovarianceDialog.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/inc/CovarianceDialog.hxx b/sc/source/ui/inc/CovarianceDialog.hxx index 675f3dbf5a0d..cd46701dc74d 100644 --- a/sc/source/ui/inc/CovarianceDialog.hxx +++ b/sc/source/ui/inc/CovarianceDialog.hxx @@ -15,13 +15,6 @@ class ScCovarianceDialog : public ScMatrixComparisonGenerator { -private: - RadioButton* mpGroupByColumnsRadio; - RadioButton* mpGroupByRowsRadio; - GroupedBy mGroupedBy; - - DECL_LINK( GroupByChanged, void* ); - public: ScCovarianceDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, @@ -32,7 +25,6 @@ public: protected: virtual const OUString& getLabel(); virtual const OUString& getTemplate(); - virtual GroupedBy getGroupedBy(); }; #endif |