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

рефакторинг

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55942 954022d7-b5bf-4e40-9824-e11837661b57
parent e7ca82c5
......@@ -298,6 +298,7 @@
}
if(this.element.children[0])
$(this.element.children[0]).addClass("xslData;" + sBase64);
//for buttons copy/paste
this.lStorage = sBase64;
}
......@@ -583,6 +584,7 @@
return false;
},
//****insert into cell****
pasteAsText: function (callback) {
var t = this;
......@@ -2046,6 +2048,8 @@
var oTempDrawingDocument = new CDrawingDocument();
var newCDocument = new CDocument(oTempDrawingDocument);
newCDocument.bFromDocument = true;
newCDocument.theme = this.Api.wbModel.theme;
oTempDrawingDocument.m_oLogicDocument = newCDocument;
var oOldEditor = undefined;
if ("undefined" != typeof editor)
......
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