use new nsHTMLReflowState ctors

This commit is contained in:
kipp@netscape.com
1999-03-05 04:19:09 +00:00
parent 31edaa696b
commit 4b0544c35e
34 changed files with 203 additions and 201 deletions

View File

@@ -186,14 +186,12 @@ nsFormControlHelper::CalculateSize (nsIPresContext* aPresContext,
nscoord& aRowHeight)
{
nscoord charWidth = 0;
nscoord charHeight = 0;
PRInt32 numRows = ATTR_NOTSET;
aWidthExplicit = PR_FALSE;
aHeightExplicit = PR_FALSE;
aDesiredSize.width = CSS_NOTSET;
aDesiredSize.height = CSS_NOTSET;
nsSize textSize(0,0);
nsIContent* iContent = nsnull;
aFrame->GetFormContent((nsIContent*&) iContent);