Commit f51bd2b9 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

убрал вызов функции calculateAfterOpen

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55786 954022d7-b5bf-4e40-9824-e11837661b57
parent 797c16cc
...@@ -3050,7 +3050,6 @@ PasteProcessor.prototype = ...@@ -3050,7 +3050,6 @@ PasteProcessor.prototype =
var fPrepasteCallback = function(){ var fPrepasteCallback = function(){
if(false == oThis.bNested) if(false == oThis.bNested)
{ {
editor.WordControl.m_oLogicDocument.DrawingObjects.calculateAfterOpen(true);
oThis.InsertInDocument(); oThis.InsertInDocument();
nodeDisplay.blur(); nodeDisplay.blur();
nodeDisplay.style.display = ELEMENT_DISPAY_STYLE; nodeDisplay.style.display = ELEMENT_DISPAY_STYLE;
......
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