diff --git a/word/fromToJSON.js b/word/fromToJSON.js index b1fcf7ea33..3b5fb4104b 100644 --- a/word/fromToJSON.js +++ b/word/fromToJSON.js @@ -11505,7 +11505,7 @@ oParentSdt.SetDocPartObj(oParsedSdtPr["docPartObj"]["docPartCategory"], oParsedSdtPr["docPartObj"]["docPartGallery"], oParsedSdtPr["docPartObj"]["docPartUnique"]); // dropdown - if (oParsedSdtPr["comboBox"]) + if (oParsedSdtPr["dropDownList"]) { var oDropDownPr = new AscWord.CSdtComboBoxPr(); oTempListItem = null;