Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3617

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/17/3617/1

fdo#60625 - Document converter wizard fails to find powerpoint files to convert

Previously all the formats was specified but none of them were being converted 
or detected .  But in my patch , it is able to detect and convert ppt pptm pptx 
formats .

So ,we can atleast add support for these formats .

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



diff --git a/wizards/source/importwizard/DialogModul.xba 
b/wizards/source/importwizard/DialogModul.xba
index a9ea8f9..92ca877 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,1) = 
"impress8|impress8|impress8|impress8|impress8|impress8"
-       MSFilterName(2,2) = "odp|odp"
+       MSFilterName(2,0) = "ppt|pptm|pptx"
+       MSFilterName(2,1) = "impress8|impress8|impress8"
+       MSFilterName(2,2) = "odp"
        MSFilterName(2,3) = sMSDocumentCheckBox(2)
        MSFilterName(2,4) = "PowerPoint"
 

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

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

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to