Commit 6ff82405 authored by Alexander.Trofimov's avatar Alexander.Trofimov
parent e1e49f81
......@@ -1992,7 +1992,7 @@
var oStyle;
this.docStyles = [];
for (var i = 0; i < cellStyles.length; ++i) {
for (var i = 0; i < cellStyles.length && i < 1000; ++i) {
oStyle = cellStyles[i];
if (oStyle.Hidden || null != oStyle.BuiltinId) {
continue;
......
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