Commit c4dba755 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49955 954022d7-b5bf-4e40-9824-e11837661b57
parent 45da0a2f
...@@ -3180,10 +3180,10 @@ WordImage.prototype = ...@@ -3180,10 +3180,10 @@ WordImage.prototype =
var data = {Type: historyitem_SetSpPr, spPr: spPr}; var data = {Type: historyitem_SetSpPr, spPr: spPr};
History.Add(this, data); History.Add(this, data);
this.spPr = spPr; this.spPr = spPr;
if(this.spPr.Fill && this.spPr.Fill.fill && this.spPr.Fill.fill instanceof CBlipFill) /*if(this.spPr.Fill && this.spPr.Fill.fill && this.spPr.Fill.fill instanceof CBlipFill)
{ {
this.setRasterImage(this.spPr.Fill.fill.RasterImageId); this.setRasterImage(this.spPr.Fill.fill.RasterImageId);
} }*/
}, },
setStyle: function(style) setStyle: function(style)
......
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