Revert the test range.
This commit is contained in:
parent
368f9a1263
commit
e2e4dafeba
@ -17,8 +17,7 @@ Sub subTestChi2GoodnessOfFit
|
|||||||
oSheets.removeByName (sSheetName & "_chi2")
|
oSheets.removeByName (sSheetName & "_chi2")
|
||||||
End If
|
End If
|
||||||
oSheet = ThisComponent.getSheets.getByName (sSheetName)
|
oSheet = ThisComponent.getSheets.getByName (sSheetName)
|
||||||
'oRange = oSheet.getCellRangeByName ("A7:B192")
|
oRange = oSheet.getCellRangeByName ("A7:B192")
|
||||||
oRange = oSheet.getCellRangeByName ("A7:B167")
|
|
||||||
subReportChi2GoodnessOfFit (ThisComponent, oRange)
|
subReportChi2GoodnessOfFit (ThisComponent, oRange)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user