Commit fb885f80 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 27779 - [Copy&Paste] Изображение отображается в виде "красного креста" на скопированном слайде

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60085 954022d7-b5bf-4e40-9824-e11837661b57
parent e2b8fefc
...@@ -684,9 +684,9 @@ CImageShape.prototype = ...@@ -684,9 +684,9 @@ CImageShape.prototype =
getAllImages: function(images) getAllImages: function(images)
{ {
if(this.blipFill && this.blipFill.fill instanceof CBlipFill && typeof this.blipFill.fill.RasterImageId === "string") if(this.blipFill instanceof CBlipFill && typeof this.blipFill.RasterImageId === "string")
{ {
images[_getFullImageSrc(this.blipFill.fill.RasterImageId)] = true; images[_getFullImageSrc(this.blipFill.RasterImageId)] = true;
} }
}, },
......
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