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 18:59:49 +00:00
Родитель f92c45130b
Коммит 11cc834976
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;
}