Commit 071bda44 authored by Alexander.Trofimov's avatar Alexander.Trofimov

asc_getNumFormatType -> asc_getNumFormatInfo

parent d078bf4d
...@@ -2726,10 +2726,9 @@ function asc_WriteCCelInfo(c, s) { ...@@ -2726,10 +2726,9 @@ function asc_WriteCCelInfo(c, s) {
s['WriteString2'](c.asc_getStyleName()); s['WriteString2'](c.asc_getStyleName());
} }
if (null != c.asc_getNumFormatType()) { s['WriteByte'](22);
s['WriteByte'](22); s['WriteLong'](c.c.asc_getNumFormatInfo().asc_getType());
s['WriteLong'](c.asc_getNumFormatType());
}
if (null != c.asc_getAngle()) { if (null != c.asc_getAngle()) {
s['WriteByte'](23); s['WriteByte'](23);
s['WriteDouble2'](c.asc_getAngle()); s['WriteDouble2'](c.asc_getAngle());
......
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