[DE] Fix Bug 37405

This commit is contained in:
Julia Radzhabova 2018-04-04 12:13:47 +03:00
parent 2bdb4ea51c
commit 2fbe4f60b5
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
### Document Editor ### Document Editor
* Create and manage bookmarks * Create and manage bookmarks
* Create internal hyperlinks to bookmarks and headings * Create internal hyperlinks to bookmarks and headings
* Export to RTF format
### Spreadsheet Editor ### Spreadsheet Editor
* Support Spanish in formulas * Support Spanish in formulas

View file

@ -58,7 +58,7 @@ define([
],[ ],[
// {name: 'DOC', imgCls: 'doc-format btn-doc', type: Asc.c_oAscFileType.DOC}, // {name: 'DOC', imgCls: 'doc-format btn-doc', type: Asc.c_oAscFileType.DOC},
{name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT}, {name: 'ODT', imgCls: 'odt', type: Asc.c_oAscFileType.ODT},
// {name: 'RTF', imgCls: 'doc-format btn-rtf', type: Asc.c_oAscFileType.RTF}, {name: 'RTF', imgCls: 'rtf', type: Asc.c_oAscFileType.RTF},
{name: 'HTML (Zipped)', imgCls: 'html', type: Asc.c_oAscFileType.HTML} {name: 'HTML (Zipped)', imgCls: 'html', type: Asc.c_oAscFileType.HTML}
// {name: 'EPUB', imgCls: 'doc-format btn-epub', type: Asc.c_oAscFileType.EPUB} // {name: 'EPUB', imgCls: 'doc-format btn-epub', type: Asc.c_oAscFileType.EPUB}
]], ]],