Commit 5ff74233 authored by GoshaZotov's avatar GoshaZotov

fix bug 34179

parent f2912663
......@@ -1771,7 +1771,7 @@ background-repeat: no-repeat;\
}
};
asc_docs_api.prototype.asc_PasteData = function(_format, data1, data2)
asc_docs_api.prototype.asc_PasteData = function(_format, data1, data2, text_data)
{
if (this.getViewMode())
return;
......
......@@ -1755,7 +1755,7 @@ background-repeat: no-repeat;\
}
};
asc_docs_api.prototype.asc_PasteData = function(_format, data1, data2, useCurrentPoint)
asc_docs_api.prototype.asc_PasteData = function(_format, data1, data2, text_data, useCurrentPoint)
{
if (AscCommon.CollaborativeEditing.Get_GlobalLock())
return;
......@@ -2109,7 +2109,7 @@ background-repeat: no-repeat;\
return;
}
//t.WordControl.m_oLogicDocument.Add_NewParagraph();
t.asc_PasteData(AscCommon.c_oAscClipboardDataFormat.Internal, 'docData;' + result, undefined, true);
t.asc_PasteData(AscCommon.c_oAscClipboardDataFormat.Internal, 'docData;' + result, undefined, undefined, true);
});
}
else
......
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