Skip to content

Commit 71f164b

Browse files
committed
Merge pull request 'Fix bug 73484' (#250) from fix/x2ttester into release/v9.0.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/250
2 parents 7edb3bd + 18b8e3e commit 71f164b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Test/Applications/x2tTester/x2tTester.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ CFormatsList CFormatsList::GetDefaultExts()
194194
list.m_documents.push_back(L"odt");
195195
list.m_documents.push_back(L"ott");
196196
list.m_documents.push_back(L"oxps");
197+
list.m_documents.push_back(L"pages");
197198
list.m_documents.push_back(L"rtf");
198199
list.m_documents.push_back(L"stw");
199200
list.m_documents.push_back(L"sxw");
@@ -205,6 +206,7 @@ CFormatsList CFormatsList::GetDefaultExts()
205206
list.m_presentations.push_back(L"dps");
206207
list.m_presentations.push_back(L"dpt");
207208
list.m_presentations.push_back(L"fodp");
209+
list.m_presentations.push_back(L"key");
208210
list.m_presentations.push_back(L"odp");
209211
list.m_presentations.push_back(L"otp");
210212
list.m_presentations.push_back(L"pot");
@@ -223,6 +225,7 @@ CFormatsList CFormatsList::GetDefaultExts()
223225
list.m_spreadsheets.push_back(L"et");
224226
list.m_spreadsheets.push_back(L"ett");
225227
list.m_spreadsheets.push_back(L"fods");
228+
list.m_spreadsheets.push_back(L"numbers");
226229
list.m_spreadsheets.push_back(L"ods");
227230
list.m_spreadsheets.push_back(L"ots");
228231
list.m_spreadsheets.push_back(L"sxc");

0 commit comments

Comments
 (0)