This commit is contained in:
bmlk%gmx.de 2004-10-31 16:55:12 +00:00
Родитель 6b201d5ba2
Коммит 38ed40934b
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -6853,7 +6853,8 @@ nsTableFrame::PaintBCBorders(nsPresContext* aPresContext,
}
nscoord x = 0;
for (PRInt32 colX = leftCol; colX != rightCol; colX += colInc) {
PRInt32 colX;
for (colX = leftCol; colX != rightCol; colX += colInc) {
nsTableColFrame* colFrame = firstInFlow->GetColFrame(colX);
if (!colFrame) ABORT0();
// conservatively estimate the half border widths outside the col

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

@ -6853,7 +6853,8 @@ nsTableFrame::PaintBCBorders(nsPresContext* aPresContext,
}
nscoord x = 0;
for (PRInt32 colX = leftCol; colX != rightCol; colX += colInc) {
PRInt32 colX;
for (colX = leftCol; colX != rightCol; colX += colInc) {
nsTableColFrame* colFrame = firstInFlow->GetColFrame(colX);
if (!colFrame) ABORT0();
// conservatively estimate the half border widths outside the col