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

http://bugzserver/show_bug.cgi?id=29099 - [AutoSave][Copy&Paste] Красный крест...

http://bugzserver/show_bug.cgi?id=29099 - [AutoSave][Copy&Paste] Красный крест вместо изображения после его вставки со стороннего сайта

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63999 954022d7-b5bf-4e40-9824-e11837661b57
parent 0e13d149
......@@ -4347,7 +4347,7 @@
return;
var sImageUrl = oGraphicObj.blipFill.RasterImageId;
aResult._aPastedImages[aResult._aPastedImages.length] = new CBuilderImages(oGraphicObj.blipFill, sImageUrl, null, oGraphicObj.spPr, null);
aResult._aPastedImages[aResult._aPastedImages.length] = new CBuilderImages(oGraphicObj.blipFill, sImageUrl, oGraphicObj, oGraphicObj.spPr, null);
aResult._images[aResult._images.length] = sImageUrl;
},
......
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