Commit c1159fcb authored by GoshaZotov's avatar GoshaZotov

delete unused into _pasteText function

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