summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranuragkanungo <anuragkanungo@gmail.com>2013-04-26 02:03:01 +0530
committerTor Lillqvist <tml@iki.fi>2013-04-26 08:54:08 +0000
commitf25ad4403645cd67b2e50026abf0fe6e81ed9213 (patch)
treea140d7c2542a4ebd8b2cd1c16dde15fcb2786724
parent19d2de7d5561073f81112974569b98b93d6b7334 (diff)
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 Reviewed-on: https://gerrit.libreoffice.org/3617 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
-rw-r--r--wizards/source/importwizard/DialogModul.xba6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/importwizard/DialogModul.xba b/wizards/source/importwizard/DialogModul.xba
index a9ea8f9a36f1..92ca87712dc9 100644
--- a/wizards/source/importwizard/DialogModul.xba
+++ b/wizards/source/importwizard/DialogModul.xba
@@ -344,9 +344,9 @@ Sub SetupMSConfiguration()
MSFilterName(1,3) = sMSDocumentCheckBox(1)
MSFilterName(1,4) = &quot;Excel&quot;
- MSFilterName(2,0) = &quot;ppt|pps|pptx|pptm|ppsx|ppsm&quot;
- MSFilterName(2,1) = &quot;impress8|impress8|impress8|impress8|impress8|impress8&quot;
- MSFilterName(2,2) = &quot;odp|odp&quot;
+ MSFilterName(2,0) = &quot;ppt|pptm|pptx&quot;
+ MSFilterName(2,1) = &quot;impress8|impress8|impress8&quot;
+ MSFilterName(2,2) = &quot;odp&quot;
MSFilterName(2,3) = sMSDocumentCheckBox(2)
MSFilterName(2,4) = &quot;PowerPoint&quot;