Commit 2a573f4e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

чтение таблиц в презентациях. битые файлы - разруливаем как и поуерпоинт

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60010 954022d7-b5bf-4e40-9824-e11837661b57
parent 66404e09
...@@ -5301,6 +5301,15 @@ function BinaryPPTYLoader() ...@@ -5301,6 +5301,15 @@ function BinaryPPTYLoader()
{ {
_gridCol = row.Content[i].Pr.GridSpan; _gridCol = row.Content[i].Pr.GridSpan;
} }
if (_gridCol > (_count - i))
{
_gridCol = _count - i;
row.Content[i].Pr.GridSpan = _gridCol;
if (1 == row.Content[i].Pr.GridSpan)
row.Content[i].Pr.GridSpan = undefined;
}
_gridCol--; _gridCol--;
while (_gridCol > 0) while (_gridCol > 0)
{ {
......
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