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:
cmanske%netscape.com
2000-02-01 23:39:37 +00:00
parent 36a022048c
commit 5aa1e950e3
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}
}

View File

@@ -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
}
}