diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-06-12 07:00:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-06-12 07:00:43 +0000 |
commit | 4ed1517d315f9b3f02068a99d593bf915b4deb4d (patch) | |
tree | b404d78ae998f515bb39737cd4ab001b5acfe675 /wizards/source/importwizard | |
parent | 05d5f2c875667423db7cb744531916af4139c9ad (diff) |
INTEGRATION: CWS draw17 (1.32.8); FILE MERGED
2003/06/11 15:24:19 bc 1.32.8.1: #109842# mimetype for 4.0 impress templates modified
Diffstat (limited to 'wizards/source/importwizard')
-rw-r--r-- | wizards/source/importwizard/DialogModul.xba | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba index 56ea87daa125..c49a9981aa6d 100644 --- a/wizards/source/importwizard/DialogModul.xba +++ b/wizards/source/importwizard/DialogModul.xba @@ -434,9 +434,9 @@ Sub SetupXMLConfiguration() ' due to bug #108942# impress templates of the version 4.0 have to be handled in a special way because their mimetype ' falsely points to the draw application. - XMLFilterName(6,0) = "application/x-openoffice-starimpress|application/x-openoffice-stardraw|StarDrawDocument 4.0" - XMLFilterName(6,1) = "impress_StarOffice_XML_Impress_Template|draw_StarOffice_XML_Draw_Template|impress_StarOffice_XML_Impress_Template" - XMLFilterName(6,2) = "sti|std|sti" + XMLFilterName(6,0) = "application/x-openoffice-starimpress|application/x-openoffice-stardraw-40|application/x-openoffice-stardraw" + XMLFilterName(6,1) = "impress_StarOffice_XML_Impress_Template|impress_StarOffice_XML_Impress_Template|draw_StarOffice_XML_Draw_Template" + XMLFilterName(6,2) = "sti|sti|std" XMLFilterName(7,0) = "sgl" XMLFilterName(7,1) = "writer_globaldocument_StarOffice_XML_Writer_GlobalDocument" |