Commit 843f4a1d authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

поправил опечатку

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57079 954022d7-b5bf-4e40-9824-e11837661b57
parent 1c49d92a
......@@ -1289,7 +1289,7 @@ CHeaderFooterController.prototype =
Set_CurHdrFtr_ById : function(Id)
{
var HdrFtr = g_oTableId.Get_BydId( Id );
var HdrFtr = g_oTableId.Get_ById( Id );
if ( -1 === this.LogicDocument.SectionsInfo.Find_ByHdrFtr( HdrFtr ) )
return false;
......@@ -1569,7 +1569,7 @@ CHeaderFooterController.prototype =
Is_UseInDocument : function(Id)
{
var HdrFtr = g_oTableId.Get_BydId( Id );
var HdrFtr = g_oTableId.Get_ById( Id );
if ( -1 === this.LogicDocument.SectionsInfo.Find_ByHdrFtr( HdrFtr ) )
return false;
......
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