Commit 1b715b17 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Bug #31792 Исправлен баг с повторением заголовка таблицы, если таблица...

Bug #31792 Исправлен баг с повторением заголовка таблицы, если таблица начинается с новой колонки или страницы.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68585 954022d7-b5bf-4e40-9824-e11837661b57
parent 027ff411
......@@ -1574,7 +1574,7 @@ CTable.prototype.private_RecalculatePage = function(CurPage)
var MaxBotMargin = this.MaxBotMargin;
var StartPos = this.Pages[CurPage];
if (0 === CurPage)
if (true === this.Check_EmptyPages(CurPage - 1))
this.HeaderInfo.PageIndex = -1;
var Page = this.Pages[CurPage];
......
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