mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Add new extensions
This commit is contained in:
@ -186,6 +186,7 @@ CFormatsList CFormatsList::GetDefaultExts()
|
||||
list.m_documents.push_back(L"fodt");
|
||||
list.m_documents.push_back(L"htm");
|
||||
list.m_documents.push_back(L"html");
|
||||
list.m_documents.push_back(L"md");
|
||||
|
||||
list.m_documents.push_back(L"hwp");
|
||||
list.m_documents.push_back(L"hwpx");
|
||||
@ -240,6 +241,7 @@ CFormatsList CFormatsList::GetDefaultExts()
|
||||
|
||||
list.m_crossplatform.push_back(L"djvu");
|
||||
list.m_crossplatform.push_back(L"xps");
|
||||
list.m_crossplatform.push_back(L"ofd");
|
||||
|
||||
list.m_draw.push_back(L"vsdx");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user