Commit 00ccb924 authored by GoshaZotov's avatar GoshaZotov

fix bug 32920

parent a8dd1d3c
......@@ -2287,6 +2287,7 @@ PasteProcessor.prototype =
else
{
var aContent = oThis._convertExcelBinary(aContentExcel);
oThis.aContent = aContent.content;
oThis.api.pre_Paste(aContent.fonts, aContent.images, fPrepasteCallback);
}
if(bTurnOffTrackRevisions){
......
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