error in the patch for bug 307367, spotted by jag

This commit is contained in:
bmlk%gmx.de 2006-01-21 10:14:38 +00:00
Родитель 943c51a3c1
Коммит 1fcee566e4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -520,7 +520,7 @@ nsTableRowGroupFrame::CalculateRowHeights(nsPresContext* aPresContext,
// all table cells have the same top and bottom margins, namely cellSpacingY
nscoord cellSpacingY = tableFrame->GetCellSpacingY();
GET_TWIPS_TO_PIXELS(aPresContext, p2t);
GET_PIXELS_TO_TWIPS(aPresContext, p2t);
PRInt32 numEffCols = tableFrame->GetEffectiveColCount();