diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 0bd3a8963f..579ca37fa9 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -873,8 +873,8 @@ define([], function () { menuStyle : 'min-width:100%;', data : [ { value: Asc.c_oNumeralType.arabic, displayValue: this.txtArabic }, - { value: Asc.c_oNumeralType.hindi, displayValue: this.txtHindi }, - { value: Asc.c_oNumeralType.context, displayValue: this.txtContext } + { value: Asc.c_oNumeralType.hindi, displayValue: this.txtHindi } + // { value: Asc.c_oNumeralType.context, displayValue: this.txtContext } ], dataHint: '2', dataHintDirection: 'bottom',