This commit is contained in:
jst%citec.fi 2000-01-09 23:09:10 +00:00
Родитель 2a16f19801
Коммит 5efcb68bec
1 изменённых файлов: 1 добавлений и 10 удалений

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

@ -600,11 +600,6 @@ printf("\n");
aStatus = NS_FRAME_COMPLETE;
nsRect damageArea(0,0,0,0);
damageArea.y = 0;
damageArea.height = aDesiredSize.height;
damageArea.width = aDesiredSize.width;
#if 0
ListTag(stdout); printf(": reflow done\n");
#endif
@ -1595,11 +1590,7 @@ nsBoxFrame::AttributeChanged(nsIPresContext* aPresContext,
nsresult rv = nsHTMLContainerFrame::AttributeChanged(aPresContext, aChild,
aNameSpaceID, aAttribute, aHint);
if (NS_OK != rv) {
return rv;
}
return NS_OK;
return rv;
}
/**