fix warnings
git-svn-id: svn://10.0.0.236/trunk@56571 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3803,7 +3803,7 @@ void nsTableFrame::GetTableBorderForRowGroup(nsTableRowGroupFrame* aRowGroupFram
|
||||
PRInt32 rowCount;
|
||||
aRowGroupFrame->GetRowCount(rowCount);
|
||||
nsCellMap* cellMap = GetCellMap();
|
||||
PRInt32 colCount = cellMap->GetColCount();
|
||||
//PRInt32 colCount = cellMap->GetColCount();
|
||||
mBorderCollapser->GetMaxBorder(aRowGroupFrame->GetStartRowIndex(), rowCount - 1,
|
||||
0, cellMap->GetColCount() - 1, aBorder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user