Commit e3dc7560 authored by Ilya.Kirillov's avatar Ilya.Kirillov

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57243 954022d7-b5bf-4e40-9824-e11837661b57
parent 9152185d
...@@ -240,6 +240,7 @@ CHeaderFooter.prototype = ...@@ -240,6 +240,7 @@ CHeaderFooter.prototype =
Reset_RecalculateCache : function() Reset_RecalculateCache : function()
{ {
this.Refresh_RecalcData2();
this.Content.Reset_RecalculateCache(); this.Content.Reset_RecalculateCache();
}, },
...@@ -1300,15 +1301,13 @@ CHeaderFooterController.prototype = ...@@ -1300,15 +1301,13 @@ CHeaderFooterController.prototype =
}, },
//----------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------
// //
//----------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------
RecalculateCurPos : function() RecalculateCurPos : function()
{ {
if ( null != this.CurHdrFtr ) if ( null != this.CurHdrFtr )
return this.CurHdrFtr.RecalculateCurPos(); return this.CurHdrFtr.RecalculateCurPos();
}, },
Recalculate : function(PageIndex) 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