Commit 4c83174a authored by Alexander.Trofimov's avatar Alexander.Trofimov

c_oAscPageOrientation -> c_oAscBorderStyles

parent 74ae3ea8
...@@ -1419,7 +1419,7 @@ ...@@ -1419,7 +1419,7 @@
prot['Page'] = prot.Page; prot['Page'] = prot.Page;
prot['Paragraph'] = prot.Paragraph; prot['Paragraph'] = prot.Paragraph;
prot['TopMargin'] = prot.TopMargin; prot['TopMargin'] = prot.TopMargin;
window['Asc']['c_oAscPageOrientation'] = window['AscCommon'].c_oAscBorderStyles = c_oAscBorderStyles; window['Asc']['c_oAscBorderStyles'] = window['AscCommon'].c_oAscBorderStyles = c_oAscBorderStyles;
prot = c_oAscPageOrientation; prot = c_oAscPageOrientation;
prot['None'] = prot.None; prot['None'] = prot.None;
prot['Double'] = prot.Double; prot['Double'] = prot.Double;
......
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