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

цвет borderBox как цвет заливки текста

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67790 954022d7-b5bf-4e40-9824-e11837661b57
parent 3933db72
......@@ -1738,14 +1738,6 @@ CTextDrawer.prototype =
}
if(oUnifill)
{
if(!oUnifill.fill.color.Mods)
{
oUnifill.fill.color.Mods = new CColorModifiers();
}
var mod = new CColorMod();
mod.name = "lumMod";
mod.val = 70000;
oUnifill.fill.color.Mods.addMod(mod);
oCopyTextPr.TextOutline.Fill = oUnifill;
}
this.SetTextPr(oCopyTextPr, this.m_oTheme);
......@@ -1855,14 +1847,6 @@ CTextDrawer.prototype =
}
if(oUnifill)
{
if(!oUnifill.fill.color.Mods)
{
oUnifill.fill.color.Mods = new CColorModifiers();
}
var mod = new CColorMod();
mod.name = "lumMod";
mod.val = 70000;
oUnifill.fill.color.Mods.addMod(mod);
oCopyTextPr.TextOutline.Fill = oUnifill;
}
this.SetTextPr(oCopyTextPr, this.m_oTheme);
......
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