This commit is contained in:
hyatt%netscape.com 2000-01-13 20:58:24 +00:00
Родитель dcb1dc4627
Коммит b0ac9cf5cb
3 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -265,10 +265,10 @@ nsTableCellMap::InsertRows(nsTableRowGroupFrame& aParent,
rowIndex -= cellMap->GetRowCount();
cellMap = cellMap->GetNextSibling();
}
// if we get here it is because of a nested tree row group
if (mFirstMap) {
mFirstMap->InsertRows(*this, aRows, aFirstRowIndex, aConsiderSpans);
}
NS_ASSERTION(PR_FALSE, "Attempt to insert row into wrong map.");
/*if (mFirstMap)
mFirstMap->InsertRows(*this, aRows, aFirstRowIndex, aConsiderSpans);*/
}
void

Просмотреть файл

@ -265,10 +265,10 @@ nsTableCellMap::InsertRows(nsTableRowGroupFrame& aParent,
rowIndex -= cellMap->GetRowCount();
cellMap = cellMap->GetNextSibling();
}
// if we get here it is because of a nested tree row group
if (mFirstMap) {
mFirstMap->InsertRows(*this, aRows, aFirstRowIndex, aConsiderSpans);
}
NS_ASSERTION(PR_FALSE, "Attempt to insert row into wrong map.");
/*if (mFirstMap)
mFirstMap->InsertRows(*this, aRows, aFirstRowIndex, aConsiderSpans);*/
}
void

Просмотреть файл

@ -1368,10 +1368,10 @@ nsTreeRowGroupFrame::GetNextFrameForReflow(nsIPresContext* aPresContext, nsIFram
//PostAppendRow(*aResult, aPresContext, tableFrame->GetColCount());
}
}
mBottomFrame = *aResult;
return;
}
mBottomFrame = *aResult;
return;
}
NS_IMETHODIMP