InsetTabular.cpp: typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36420 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-11-21 04:45:07 +00:00
parent 46d4b73220
commit 934e013505

View File

@ -1027,7 +1027,7 @@ void Tabular::setAlignment(idx_type cell, LyXAlignment align,
bool has_width)
{
col_type const col = cellColumn(cell);
// set alignment for the whole row of if we are not in a multicolumn cell
// set alignment for the whole row if we are not in a multicolumn cell,
// exclude possible multicolumn cells in the row
if (!isMultiColumn(cell)) {
for (row_type r = 0; r < nrows(); ++r) {