small change Hyatt discovered and forgot to checkin. r=hyatt

This commit is contained in:
karnaze%netscape.com 1999-12-16 01:45:22 +00:00
parent e328b78703
commit 00ea148d35

View File

@ -59,7 +59,7 @@ void GetRowStartAndCount(nsIFrame* aFrame,
aFrame->GetFrameType(&fType);
if (nsLayoutAtoms::tableRowFrame == fType) {
aStartRowIndex = ((nsTableRowFrame*)aFrame)->GetRowIndex();
aNumRows = 0;
aNumRows = 1;
}
else if (nsLayoutAtoms::tableRowGroupFrame == fType) {
aStartRowIndex = ((nsTableRowGroupFrame*)aFrame)->GetStartRowIndex();