[PATCH] Patch fdo#60265 - Document converter wizard fails to find po...
Anurag Kanungo (via Code Review)
gerrit at gerrit.libreoffice.org
Tue Apr 23 00:38:25 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3570
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/70/3570/1
Patch fdo#60265 - Document converter wizard fails to find powerpoint files to convert
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: If6667f2fb59902af64307b2510bed0e757ab2acd
---
M wizards/source/importwizard/DialogModul.xba
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba
index a9ea8f9..15ec602 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"
--
To view, visit https://gerrit.libreoffice.org/3570
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If6667f2fb59902af64307b2510bed0e757ab2acd
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Anurag Kanungo <anuragkanungo at gmail.com>
More information about the LibreOffice
mailing list