Bug 418006 Fix null-param crash in morkRowCellCursor::NextCell p=Joshua Cranmer <Pidgeot18@gmail.com>,r/sr=bienvenu NPOTFFB

This commit is contained in:
bugzilla@standard8.plus.com 2008-02-17 10:59:49 -08:00
Родитель 3708cef5e6
Коммит 8dc24a8db9
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -306,7 +306,6 @@ morkRowCellCursor::NextCell( // get next cell in the row
*outColumn = col;
mRowCellCursor_Col = pos;
*outPos = pos;
return NS_OK;
}