use new nsHTMLReflowState ctors

git-svn-id: svn://10.0.0.236/trunk@22833 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-03-05 04:19:09 +00:00
parent 6ef266bc6c
commit b4d19704fd
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);