InsetTabular.cpp: typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35968 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-11-01 17:12:46 +00:00
parent 98b8e1eb81
commit 90291acefb

View File

@ -854,7 +854,7 @@ void Tabular::updateIndexes()
for (col_type column = 0; column < ncols(); ++column) {
if (isPartOfMultiColumn(row, column))
continue;
// columnofcell nneds to be called before setting width and aligment
// columnofcell needs to be called before setting width and aligment
// multirow cells inherit the width from the column width
if (!isPartOfMultiRow(row, column)) {
columnofcell[i] = column;