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.

This commit is contained in:
cmanske%netscape.com 2000-02-01 23:39:37 +00:00
Родитель c8d92158af
Коммит 85789e20af
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4496,7 +4496,7 @@ CELL_FOUND:
col = 0; 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; col = 0;
} }
} }
return NS_ERROR_FAILURE; // Some other error return NS_TABLELAYOUT_CELL_NOT_FOUND; // We didn't find a cell
} }
} }