Commit 3b0a71a0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33203

parent 5626d169
......@@ -10697,7 +10697,7 @@
mc = selectionLast.isOneCell() ? this.model.getMergedByCell(selectionLast.r1, selectionLast.c1) : null;
defName = this.model.workbook.editDefinesNames(null,
new Asc.asc_CDefName(reference, parserHelp.get3DRef(this.model.getName(),
(mc || ascRange).getAbsName())));
(mc || selectionLast).getAbsName())));
bNew = true;
}
......
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