Commit e82c85fe authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 27994 - [CoEdit] [Conversion] Таблица в документе открывается без merge,...

Bug 27994 - [CoEdit] [Conversion] Таблица в документе открывается без merge, если презентацию сконвертил второй юзер.
Не сохранялся вертикальный merge когда он начинался на нечетный(индекс с 0) строках или шел сразу за другим вертикальным merge

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60245 954022d7-b5bf-4e40-9824-e11837661b57
parent 5dc9e1bc
......@@ -2838,7 +2838,7 @@ function CBinaryFileWriter()
if (i < TableGrid.Rows[_index].Cells.length)
TableGrid.Rows[_index].Cells[i].row_span = _count;
_index += _count + 1;
_index += _count;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment