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
parent ef5d2c73ea
commit 1bb0037d58

View File

@ -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();