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

Bug 26941 - Убрать функцию "change autoshape", если настройки применяются для chart

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60089 954022d7-b5bf-4e40-9824-e11837661b57
parent b4012635
......@@ -4231,16 +4231,7 @@ asc_docs_api.prototype.GoToFooter = function(pageNumber)
}
asc_docs_api.prototype.sync_shapePropCallback = function(pr)
{
var obj = new CAscShapeProp();
obj.type = pr.type;
obj.fill = CreateAscFill(pr.fill);
obj.stroke = CreateAscStroke(pr.stroke, pr.canChangeArrows);
obj.Locked = pr.IsLocked;
obj.paddings = pr.paddings;
obj.w = pr.w;
obj.h = pr.h;
obj.verticalTextAlign = pr.verticalTextAlign;
obj.canFill = pr.canFill;
var obj = CreateAscShapePropFromProp(pr);
if (pr.fill != null && pr.fill.fill != null && pr.fill.fill.type == FILL_TYPE_BLIP)
{
this.WordControl.m_oDrawingDocument.DrawImageTextureFillShape(pr.fill.fill.RasterImageId);
......
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