Bug 317269: fix comment, r+sr=roc

git-svn-id: svn://10.0.0.236/trunk@194542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2006-04-17 22:06:25 +00:00
parent f4e85da057
commit 2fa2f35e06

View File

@ -5486,7 +5486,7 @@ nsTypedSelection::AddRange(nsIDOMRange* aRange)
if (!aRange) return NS_ERROR_NULL_POINTER;
// This inserts a table cell range in proper document order
// and returns NS_ERROR_FAILURE if range doesn't contain just one table cell
// and returns NS_OK if range doesn't contain just one table cell
PRBool didAddRange;
nsresult result = addTableCellRange(aRange, &didAddRange);
if (NS_FAILED(result)) return result;