Commit b642b60a authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

!Pr.Shd.Color.Auto -> !rPr.Shd.Color.Auto

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55967 954022d7-b5bf-4e40-9824-e11837661b57
parent 79533067
......@@ -6448,7 +6448,7 @@ function Binary_rPrReader(doc, stream)
var unifill = CreateThemeUnifill(themeColor.Color, themeColor.Tint, themeColor.Shade);
if (null != unifill)
rPr.Shd.Unifill = unifill;
else if (null != rPr.Shd.Color && !Pr.Shd.Color.Auto)
else if (null != rPr.Shd.Color && !rPr.Shd.Color.Auto)
rPr.Shd.Unifill = CreteSolidFillRGB(rPr.Shd.Color.r, rPr.Shd.Color.g, rPr.Shd.Color.b);
break;
default:
......
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