Revert the test range.

This commit is contained in:
依瑪貓 2016-09-06 15:04:37 +08:00
parent 368f9a1263
commit e2e4dafeba

View File

@ -17,8 +17,7 @@ Sub subTestChi2GoodnessOfFit
oSheets.removeByName (sSheetName & "_chi2")
End If
oSheet = ThisComponent.getSheets.getByName (sSheetName)
'oRange = oSheet.getCellRangeByName ("A7:B192")
oRange = oSheet.getCellRangeByName ("A7:B167")
oRange = oSheet.getCellRangeByName ("A7:B192")
subReportChi2GoodnessOfFit (ThisComponent, oRange)
End Sub