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

Исправлен баг с пересчетом колонтитулов в совместном редактировании (баг 25349).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57243 954022d7-b5bf-4e40-9824-e11837661b57
parent eef9480d
......@@ -240,6 +240,7 @@ CHeaderFooter.prototype =
Reset_RecalculateCache : function()
{
this.Refresh_RecalcData2();
this.Content.Reset_RecalculateCache();
},
......@@ -1307,8 +1308,6 @@ CHeaderFooterController.prototype =
return this.CurHdrFtr.RecalculateCurPos();
},
Recalculate : function(PageIndex)
{
// Определим четность страницы и является ли она первой в данной секции. Заметим, что четность страницы
......
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