diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-19 22:04:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-22 09:39:12 +0100 |
commit | 14953fa09a6047313fc970e11ecbf1f7b0cb08b0 (patch) | |
tree | 3de207d473ffead41fe4fb1fd393c1b2bfe435cf /wizards | |
parent | d0d845506db785e99865f895671fa3adc7015a2b (diff) |
add in Office Open XML formats here
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/importwizard/DialogModul.xba | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba index df1accfe6533..cb4b94a9ba13 100644 --- a/wizards/source/importwizard/DialogModul.xba +++ b/wizards/source/importwizard/DialogModul.xba @@ -391,39 +391,39 @@ Sub SetupMSConfiguration() sValueName(2) = "" ' See definition of Filtername-Array about meaning of fields - MSFilterName(0,0) = "doc" - MSFilterName(0,1) = "writer8" + MSFilterName(0,0) = "doc|docx|docm" + MSFilterName(0,1) = "writer8|writer8|writer8" MSFilterName(0,2) = "odt" MSFilterName(0,3) = sMSDocumentCheckBox(0) MSFilterName(0,4) = "Word" - MSFilterName(1,0) = "xls" - MSFilterName(1,1) = "calc8" + MSFilterName(1,0) = "xls|xlsx|xlsm" + MSFilterName(1,1) = "calc8|calc8|calc8" MSFilterName(1,2) = "ods" MSFilterName(1,3) = sMSDocumentCheckBox(1) MSFilterName(1,4) = "Excel" - MSFilterName(2,0) = "ppt|pps" - MSFilterName(2,1) = "impress8|impress8" + MSFilterName(2,0) = "ppt|pps|pptx|pptm|ppsx|ppsm" + MSFilterName(2,1) = "impress8|impress8|impress8|impress8|impress8|impress8" MSFilterName(2,2) = "odp|odp" MSFilterName(2,3) = sMSDocumentCheckBox(2) MSFilterName(2,4) = "PowerPoint" - MSFilterName(3,0) = "dot" - MSFilterName(3,1) = "writer8_template" + MSFilterName(3,0) = "dot|dotx|dotm" + MSFilterName(3,1) = "writer8_template|writer8_template|writer8_template" MSFilterName(3,2) = "ott" MSFilterName(3,3) = sMSTemplateCheckBox(0) MSFilterName(3,4) = "Word" - MSFilterName(4,0) = "xlt" - MSFilterName(4,1) = "calc8_template" + MSFilterName(4,0) = "xlt|xltx|xltm" + MSFilterName(4,1) = "calc8_template|calc8_template|calc8_template" MSFilterName(4,2) = "ots" MSFilterName(4,3) = sMSTemplateCheckBox(1) MSFilterName(4,4) = "Excel" - MSFilterName(5,0) = "pot" - MSFilterName(5,1) = "impress8_template" + MSFilterName(5,0) = "pot|potx|potm" + MSFilterName(5,1) = "impress8_template|impress8_template|impress8_template" MSFilterName(5,2) = "otp" MSFilterName(5,3) = sMSTemplateCheckBox(2) MSFilterName(5,4) = "PowerPoint" |