summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 09:18:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 09:18:08 +0000
commit861cc5d9a3cc6b2be793e5bc3fd503a221c207cf (patch)
tree3a4d735911076d777716a040d2631c907d6e5f1f /wizards/source
parente33045c34ebdb56ebe9fb58ea9b39318a4e48c8e (diff)
INTEGRATION: CWS extras6 (1.31.4); FILE MERGED
2003/05/12 16:26:50 bc 1.31.4.2: #108942# comment for bug added to sourcecode 2003/05/12 16:16:00 bc 1.31.4.1: #108942# Mimetype for draw templates added
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/importwizard/DialogModul.xba8
1 files changed, 5 insertions, 3 deletions
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba
index c572bc49d6ff..56ea87daa125 100644
--- a/wizards/source/importwizard/DialogModul.xba
+++ b/wizards/source/importwizard/DialogModul.xba
@@ -432,9 +432,11 @@ Sub SetupXMLConfiguration()
XMLFilterName(5,1) = &quot;calc_StarOffice_XML_Calc_Template&quot;
XMLFilterName(5,2) = &quot;stc&quot;
- XMLFilterName(6,0) = &quot;application/x-openoffice-starimpress|application/x-openoffice-stardraw&quot;
- XMLFilterName(6,1) = &quot;impress_StarOffice_XML_Impress_Template|draw_StarOffice_XML_Draw_Template&quot;
- XMLFilterName(6,2) = &quot;sti|std&quot;
+ &apos; due to bug #108942# impress templates of the version 4.0 have to be handled in a special way because their mimetype
+ &apos; falsely points to the draw application.
+ XMLFilterName(6,0) = &quot;application/x-openoffice-starimpress|application/x-openoffice-stardraw|StarDrawDocument 4.0&quot;
+ XMLFilterName(6,1) = &quot;impress_StarOffice_XML_Impress_Template|draw_StarOffice_XML_Draw_Template|impress_StarOffice_XML_Impress_Template&quot;
+ XMLFilterName(6,2) = &quot;sti|std|sti&quot;
XMLFilterName(7,0) = &quot;sgl&quot;
XMLFilterName(7,1) = &quot;writer_globaldocument_StarOffice_XML_Writer_GlobalDocument&quot;