Commit 5b9b289f authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

В CHistory добавлен метод Add_RecalcTableGrid для совместимости с History из...

В CHistory добавлен метод Add_RecalcTableGrid для совместимости с History из презентаций и документов bug #31652 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68323 954022d7-b5bf-4e40-9824-e11837661b57
parent 67c54f83
......@@ -555,6 +555,9 @@ CHistory.prototype.Check_UninonLastPoints = function()
}
};
CHistory.prototype.Add_RecalcTableGrid = function()
{};
CHistory.prototype.Create_NewPoint = function()
{
if ( 0 !== this.TurnOffHistory || 0 !== this.Transaction )
......
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