fixed tinderbox warnings
git-svn-id: svn://10.0.0.236/trunk@56650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -433,7 +433,7 @@ nscoord GetConstrainedWidth(nsTableColFrame* colFrame,
|
||||
{
|
||||
nscoord conWidth = WIDTH_NOT_SET;
|
||||
if (aConsiderPct) {
|
||||
nscoord conWidth = colFrame->GetPctWidth();
|
||||
conWidth = colFrame->GetPctWidth();
|
||||
}
|
||||
if (conWidth <= 0 ) {
|
||||
conWidth = colFrame->GetFixWidth();
|
||||
@@ -1268,8 +1268,6 @@ PRBool BasicTableLayoutStrategy::RecomputeAdjMinIfNecessary()
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
nscoord spacingX = mTableFrame->GetCellSpacingX();
|
||||
|
||||
for (colX = numCols - 1; colX >= 0; colX--) {
|
||||
for (rowX = 0; rowX < numRows; rowX++) {
|
||||
PRBool originates;
|
||||
|
||||
Reference in New Issue
Block a user