Commit 979e9b6d authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Правка бага 21984 - [Copy&Paste] Не отображается "chart title" в MS Word после...

Правка бага 21984 - [Copy&Paste] Не отображается "chart title" в MS Word после копирования диаграммы из CDE

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51608 954022d7-b5bf-4e40-9824-e11837661b57
parent 52f39f0a
......@@ -1188,7 +1188,9 @@ CChartAsGroup.prototype =
getBase64Img: function()
{
return this.brush.fill.canvas.toDataURL();
return ShapeToImageConverter(this, this.pageIndex).ImageUrl;
//return this.brush.fill.canvas.toDataURL();
},
initFromBinary: function(binary)
......
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