Commit 6053ee47 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused SelectionDialogType

parent 978e05ab
...@@ -95,7 +95,6 @@ var c_oAscSelectionDialogType = { ...@@ -95,7 +95,6 @@ var c_oAscSelectionDialogType = {
None: 0, None: 0,
FormatTable: 1, FormatTable: 1,
Chart: 2, Chart: 2,
DefinedName: 3,
FormatTableChangeRange: 4 FormatTableChangeRange: 4
}; };
...@@ -439,7 +438,6 @@ var c_oAscPopUpSelectorType = { ...@@ -439,7 +438,6 @@ var c_oAscPopUpSelectorType = {
prot['None'] = prot.None; prot['None'] = prot.None;
prot['FormatTable'] = prot.FormatTable; prot['FormatTable'] = prot.FormatTable;
prot['Chart'] = prot.Chart; prot['Chart'] = prot.Chart;
prot['DefinedName'] = prot.DefinedName;
prot['FormatTableChangeRange'] = prot.FormatTableChangeRange; prot['FormatTableChangeRange'] = prot.FormatTableChangeRange;
window['Asc']['c_oAscHyperlinkType'] = window['Asc'].c_oAscHyperlinkType = c_oAscHyperlinkType; window['Asc']['c_oAscHyperlinkType'] = window['Asc'].c_oAscHyperlinkType = c_oAscHyperlinkType;
prot = c_oAscHyperlinkType; prot = c_oAscHyperlinkType;
......
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