From 8bbb0db682fe450eccd148e1a23226b25824f6e5 Mon Sep 17 00:00:00 2001 From: Igor Zotov Date: Thu, 26 Jan 2023 12:02:23 +0500 Subject: [PATCH] [se] Fix bug 60825: fix typo --- cell/model/WorkbookElems.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cell/model/WorkbookElems.js b/cell/model/WorkbookElems.js index d45850af5f..9910243402 100644 --- a/cell/model/WorkbookElems.js +++ b/cell/model/WorkbookElems.js @@ -14719,7 +14719,7 @@ QueryTableField.prototype.clone = function() { } }; ExternalCell.prototype.clone = function () { - var newObj = new ExternalRow(); + var newObj = new ExternalCell(); newObj.Ref = this.Ref; newObj.CellType = this.CellType;