Fixed warning.
git-svn-id: svn://10.0.0.236/trunk@51529 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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) &&
|
||||
|
||||
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user