Commit 6c909198 authored by Alexander.Trofimov's avatar Alexander.Trofimov

field -> index

parent c44c6a68
......@@ -2777,7 +2777,7 @@ CT_pivotTableDefinition.prototype.removeField = function (index) {
if (1 === this.pageFields.count) {
this.pageFields = null;
} else {
this.pageFields.remove(field);
this.pageFields.remove(index);
}
this.location.removeColPage();
break;
......
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