Commit c1159fcb authored by GoshaZotov's avatar GoshaZotov

delete unused into _pasteText function

parent 3d9f5096
......@@ -4407,10 +4407,6 @@ PasteProcessor.prototype =
{
oThis.aContent = [];
if(bTurnOffTrackRevisions){
oThis.api.WordControl.m_oLogicDocument.TrackRevisions = false;
}
oThis._getContentFromText(text);
oThis._AddNextPrevToContent(oThis.oDocument);
......@@ -4418,9 +4414,6 @@ PasteProcessor.prototype =
{
oThis.InsertInDocument();
}
if(bTurnOffTrackRevisions){
oThis.api.WordControl.m_oLogicDocument.TrackRevisions = true;
}
};
fPasteTextWordCallback();
......
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