Fixed warning.

git-svn-id: svn://10.0.0.236/trunk@51529 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
1999-10-22 13:29:06 +00:00
parent be42687878
commit fd397214fb
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) &&