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

Bug 28105 - Некорректное значение Интервала До (Spacing Before) маркированного списка

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61469 954022d7-b5bf-4e40-9824-e11837661b57
parent d24e0b30
......@@ -467,14 +467,6 @@ CTextBody.prototype =
new_spacing.Line = spc;
}
}
spc = spacing2.Before*spacing_scale;
if(isRealNumber(spc))
new_spacing.Before = spc;
spc = spacing2.After*spacing_scale;
if(isRealNumber(spc))
new_spacing.After = spc;
parg.Set_Spacing(new_spacing);
}
if(isRealNumber(font_scale))
......
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