Skip to content

Commit

Permalink
Fix bug 72537
Browse files Browse the repository at this point in the history
  • Loading branch information
EnergyFlexus committed Jan 17, 2025
1 parent 172bb09 commit df76ff3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Test/Applications/x2tTester/x2tTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ 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"hwp");
list.m_documents.push_back(L"hwpx");

list.m_documents.push_back(L"mht");
list.m_documents.push_back(L"odt");
list.m_documents.push_back(L"ott");
Expand Down

0 comments on commit df76ff3

Please sign in to comment.