Commit e84742a1 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55177 954022d7-b5bf-4e40-9824-e11837661b57
parent ff2cbb55
......@@ -464,7 +464,7 @@ window.native.Call_HR_Margins = function(_margin_left, _margin_right)
_logic.Set_DocumentMargin( { Left : _margin_left, Right : _margin_right });
}
};
window.native.Call_HR_Table = function()
window.native.Call_HR_Table = function(_params, _cols, _margins, _rows)
{
var _logic = _api.WordControl.m_oLogicDocument;
if ( false === _logic.Document_Is_SelectionLocked(changestype_Table_Properties) )
......
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