Part of composer table edit work (bug 20973): Return NS_TABLELAYOUT_CELL_NOT_FOUND instead of error when a cell isn't found at a cellmap location. r=mjudge.
git-svn-id: svn://10.0.0.236/trunk@59434 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -4496,7 +4496,7 @@ CELL_FOUND:
|
||||
col = 0;
|
||||
}
|
||||
}
|
||||
return NS_ERROR_FAILURE; // Some other error
|
||||
return NS_TABLELAYOUT_CELL_NOT_FOUND; // We didn't find a cell
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4496,7 +4496,7 @@ CELL_FOUND:
|
||||
col = 0;
|
||||
}
|
||||
}
|
||||
return NS_ERROR_FAILURE; // Some other error
|
||||
return NS_TABLELAYOUT_CELL_NOT_FOUND; // We didn't find a cell
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user