Commit 816227e8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32398

parent f993f7a9
......@@ -1029,8 +1029,8 @@
else
{
this.Color = CreateAscColorCustom(0,0,0);
this.Size = 0.5 * g_dKoef_pt_to_mm;
this.Value = border_Single;
this.Size = 0.5 * AscCommonWord.g_dKoef_pt_to_mm;
this.Value = AscCommonWord.border_Single;
this.Space = 0;
}
}
......
......@@ -10736,6 +10736,8 @@ asc_CStyle.prototype["put_Link"] = asc_CStyle.prototype.put_Link;
window["AscCommonWord"].CDocumentColor = CDocumentColor;
window["AscCommonWord"].CStyle = CStyle;
window["AscCommonWord"].CTextPr = CTextPr;
window["AscCommonWord"].g_dKoef_pt_to_mm = g_dKoef_pt_to_mm;
window["AscCommonWord"].border_Single = border_Single;
window["AscCommonWord"].Default_Tab_Stop = Default_Tab_Stop;
window["AscCommonWord"].highlight_None = highlight_None;
window["AscCommonWord"].spacing_Auto = spacing_Auto;
......
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