Commit 273324b4 authored by Sergey Luzyanin's avatar Sergey Luzyanin Committed by Alexander.Trofimov

CRun -> ParaRun

parent 936d33aa
......@@ -2095,7 +2095,7 @@ CTableId.prototype.Load_Changes = function(Reader, Reader2)
var oParaDrawing = oLogicDocument.DrawingObjects.getTrialImage(sUrl);
var oFirstParagraph = oLogicDocument.Get_FirstParagraph();
ExecuteNoHistory(function(){
var oRun = new CRun();
var oRun = new ParaRun();
oRun.Content.splice(0, oParaDrawing);
oFirstParagraph.Content.splice(0, oRun);
}, this, []);
......
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