Commit f44ccf9e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49706 954022d7-b5bf-4e40-9824-e11837661b57
parent 10f23cb0
...@@ -6140,7 +6140,6 @@ asc_docs_api.prototype.sync_SendProgress = function(Percents) ...@@ -6140,7 +6140,6 @@ asc_docs_api.prototype.sync_SendProgress = function(Percents)
asc_docs_api.prototype.pre_Paste = function(_fonts, _images, callback) asc_docs_api.prototype.pre_Paste = function(_fonts, _images, callback)
{ {
this.isPasteFonts_Images = true;
this.pasteCallback = callback; this.pasteCallback = callback;
this.pasteImageMap = _images; this.pasteImageMap = _images;
...@@ -6155,6 +6154,7 @@ asc_docs_api.prototype.pre_Paste = function(_fonts, _images, callback) ...@@ -6155,6 +6154,7 @@ asc_docs_api.prototype.pre_Paste = function(_fonts, _images, callback)
return; return;
} }
this.isPasteFonts_Images = true;
this.FontLoader.LoadDocumentFonts2(_fonts); this.FontLoader.LoadDocumentFonts2(_fonts);
} }
......
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