diff options
Diffstat (limited to 'sc/source/ui/view/tabvwshc.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwshc.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx index 6621d55bc3bb..bc5cff707733 100644 --- a/sc/source/ui/view/tabvwshc.cxx +++ b/sc/source/ui/view/tabvwshc.cxx @@ -69,6 +69,7 @@ #include "TTestDialog.hxx" #include "FTestDialog.hxx" #include "ZTestDialog.hxx" +#include "ChiSquareTestDialog.hxx" #include "PivotLayoutDialog.hxx" @@ -388,6 +389,12 @@ SfxModelessDialog* ScTabViewShell::CreateRefDialog( } break; + case SID_CHI_SQUARE_TEST_DIALOG: + { + pResult = new ScChiSquareTestDialog( pB, pCW, pParent, &GetViewData() ); + } + break; + case SID_OPENDLG_OPTSOLVER: { ScViewData& rViewData = GetViewData(); |