Fixed warning.

This commit is contained in:
dcone%netscape.com 1999-10-22 13:29:06 +00:00
parent 7f85a80420
commit c1a0029188
2 changed files with 4 additions and 4 deletions

View File

@ -2366,8 +2366,8 @@ nsPoint thePath[MAXPATHSIZE];
PRInt16 np;
nsMargin border;
nscoord twipsPerPixel,qtwips;
float p2t,x,y;
nsTransform2D *theTransform;
float p2t;
aBorderStyle.CalcBorderFor(aForFrame, border);
if ((0 == border.left) && (0 == border.right) &&

View File

@ -2366,8 +2366,8 @@ nsPoint thePath[MAXPATHSIZE];
PRInt16 np;
nsMargin border;
nscoord twipsPerPixel,qtwips;
float p2t,x,y;
nsTransform2D *theTransform;
float p2t;
aBorderStyle.CalcBorderFor(aForFrame, border);
if ((0 == border.left) && (0 == border.right) &&