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

CT_PivotTableStyle -> CT_DataField

parent 98d30faf
......@@ -6567,10 +6567,10 @@ CT_DataField.prototype.asc_set = function (api, pivot, newVal) {
}
});
};
CT_PivotTableStyle.prototype.asc_setName = function(newVal) {
CT_DataField.prototype.asc_setName = function(newVal) {
this.name = newVal;
};
CT_PivotTableStyle.prototype.asc_setSubtotal = function(newVal) {
CT_DataField.prototype.asc_setSubtotal = function(newVal) {
this.subtotal = newVal;
};
function CT_Format() {
......
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