Commit 21d08172 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 27438 - у текста в автофигуре должен быть выставлен цвет автоколор

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59552 954022d7-b5bf-4e40-9824-e11837661b57
parent 3b9d980b
......@@ -524,10 +524,10 @@ CShape.prototype.recalculateShapeStyleForParagraph = function()
this.textStyleForParagraph.ParaPr.Merge( DefaultStyle.ParaPr );
this.textStyleForParagraph.TextPr.Merge( DefaultStyle.TextPr );
}
//this.textStyleForParagraph.ParaPr.Spacing.Line = 1;
this.textStyleForParagraph.TextPr.Color.Auto = false;
if(this.style && this.style.fontRef)
{
//this.textStyleForParagraph.ParaPr.Spacing.Line = 1;
this.textStyleForParagraph.TextPr.Color.Auto = false;
var shape_text_pr = new CTextPr();
if(this.style.fontRef.Color)
{
......
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