Commit e22e6d0c authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 34215

parent f5f0b83f
...@@ -2546,9 +2546,6 @@ ...@@ -2546,9 +2546,6 @@
for (i = 0; i < wsFrom.aConditionalFormatting.length; ++i) { for (i = 0; i < wsFrom.aConditionalFormatting.length; ++i) {
this.aConditionalFormatting.push(wsFrom.aConditionalFormatting[i].clone()); this.aConditionalFormatting.push(wsFrom.aConditionalFormatting[i].clone());
} }
for (i = 0; i < wsFrom.aSparklineGroups.length; ++i) {
this.aSparklineGroups.push(wsFrom.aSparklineGroups[i].clone());
}
if (wsFrom.sheetPr) if (wsFrom.sheetPr)
this.sheetPr = wsFrom.sheetPr.clone(); this.sheetPr = wsFrom.sheetPr.clone();
......
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