Commit 73b87387 authored by alexey.musinov's avatar alexey.musinov

[mobile] сериализация для авто фильтров

parent 4eddc27c
...@@ -2409,7 +2409,7 @@ function asc_WriteAddFormatTableOptions(c, s) { ...@@ -2409,7 +2409,7 @@ function asc_WriteAddFormatTableOptions(c, s) {
s['WriteByte'](255); s['WriteByte'](255);
} }
function asc_WriteAutoFilterObj(c, s) { function asc_WriteAutoFilterObj(i, c, s) {
if (!c) return; if (!c) return;
s['WriteByte'](i); s['WriteByte'](i);
......
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