@@ -194,6 +194,7 @@ CFormatsList CFormatsList::GetDefaultExts()
194
194
list.m_documents .push_back (L" odt" );
195
195
list.m_documents .push_back (L" ott" );
196
196
list.m_documents .push_back (L" oxps" );
197
+ list.m_documents .push_back (L" pages" );
197
198
list.m_documents .push_back (L" rtf" );
198
199
list.m_documents .push_back (L" stw" );
199
200
list.m_documents .push_back (L" sxw" );
@@ -205,6 +206,7 @@ CFormatsList CFormatsList::GetDefaultExts()
205
206
list.m_presentations .push_back (L" dps" );
206
207
list.m_presentations .push_back (L" dpt" );
207
208
list.m_presentations .push_back (L" fodp" );
209
+ list.m_presentations .push_back (L" key" );
208
210
list.m_presentations .push_back (L" odp" );
209
211
list.m_presentations .push_back (L" otp" );
210
212
list.m_presentations .push_back (L" pot" );
@@ -223,6 +225,7 @@ CFormatsList CFormatsList::GetDefaultExts()
223
225
list.m_spreadsheets .push_back (L" et" );
224
226
list.m_spreadsheets .push_back (L" ett" );
225
227
list.m_spreadsheets .push_back (L" fods" );
228
+ list.m_spreadsheets .push_back (L" numbers" );
226
229
list.m_spreadsheets .push_back (L" ods" );
227
230
list.m_spreadsheets .push_back (L" ots" );
228
231
list.m_spreadsheets .push_back (L" sxc" );
0 commit comments