Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3548

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/48/3548/1

Bug 60265 - Document converter wizard fails to find powerpoint files to convert

ppt,pps,pptx,ppsx,pptm,ppsm are being detected and ppt,pptx,pps are being converted to odp but

Formats ppsx , pptm , ppsm are not being converted still .
I think there is some problem with these formats support .

and we require make-dev-install to make it work , as make wizards doesnt modify the build .

Change-Id: Ib7aa92a2888b3957784b51d7c439f63a0a84cf7c
---
M wizards/source/importwizard/DialogModul.xba
1 file changed, 11 insertions(+), 3 deletions(-)



diff --git a/wizards/source/importwizard/DialogModul.xba 
b/wizards/source/importwizard/DialogModul.xba
index a9ea8f9..350d9f1 100644
--- a/wizards/source/importwizard/DialogModul.xba
+++ b/wizards/source/importwizard/DialogModul.xba
@@ -344,9 +344,9 @@
        MSFilterName(1,3) = sMSDocumentCheckBox(1)
        MSFilterName(1,4) = "Excel"
 
-       MSFilterName(2,0) = "ppt|pps|pptx|pptm|ppsx|ppsm"
+       MSFilterName(2,0) = "ppt|pps|pptx"
        MSFilterName(2,1) = "impress8|impress8|impress8|impress8|impress8|impress8"
-       MSFilterName(2,2) = "odp|odp"
+       MSFilterName(2,2) = "odp"
        MSFilterName(2,3) = sMSDocumentCheckBox(2)
        MSFilterName(2,4) = "PowerPoint"
 
@@ -366,7 +366,15 @@
        MSFilterName(5,1) = "impress8_template|impress8_template|impress8_template"
        MSFilterName(5,2) = "otp"
        MSFilterName(5,3) = sMSTemplateCheckBox(2)
-       MSFilterName(5,4) = "PowerPoint"      
+       MSFilterName(5,4) = "PowerPoint"
+
+       MSFilterName(5,0) = "pptm|ppsx|ppsm"
+       MSFilterName(5,1) = "impress8|impress8|impress8"
+       MSFilterName(5,2) = "odp"
+       MSFilterName(5,3) = sMSTemplateCheckBox(2)
+       MSFilterName(5,4) = "PowerPoint"
+
+       
 End Sub
 
 

-- 
To view, visit https://gerrit.libreoffice.org/3548
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7aa92a2888b3957784b51d7c439f63a0a84cf7c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Anurag Kanungo <anuragkanungo@gmail.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.