Commit 15a11ac9 authored by Ilya Kirillov's avatar Ilya Kirillov

Changed the constant values for Leader field in the CParaTab class for a simplified conversion.

parent b5872b42
...@@ -207,10 +207,10 @@ var c_oAscNumberingFormat = { ...@@ -207,10 +207,10 @@ var c_oAscNumberingFormat = {
}; };
var c_oAscTabLeader = { var c_oAscTabLeader = {
None : 0x00, Dot : 0x00,
Dot : 0x01, Hyphen : 0x01,
Hyphen : 0x02, MiddleDot : 0x02,
MiddleDot : 0x03, None : 0x03,
Underscore : 0x04 Underscore : 0x04
}; };
......
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