filter/source/config/fragments/types/impress_OOXML_Presentation.xcu | 2 +- filter/source/config/fragments/types/impress_OOXML_Presentation_AutoPlay.xcu | 2 +- filter/source/config/fragments/types/impress_OOXML_Presentation_Template.xcu | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit d4c7b78827c12c4bbc871c3b9eb0ce28271adba4 Author: Aron Budea <aron.bu...@collabora.com> AuthorDate: Tue Feb 11 11:39:07 2025 +1030 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Tue Feb 11 18:23:46 2025 +0100 tdf#165180 convert-to: prefer PowerPoint 2007-365, not Office Open XML I haven't seen it causing an actual issue so far, but let's use the correct filter. Similar rationale as c90c1d4435a64531e1d9b41d0a8dc0b91ba236cd. Change-Id: I2afd686db6f41b385214c274e47d293ef546b901 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181398 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.bu...@collabora.com> diff --git a/filter/source/config/fragments/types/impress_OOXML_Presentation.xcu b/filter/source/config/fragments/types/impress_OOXML_Presentation.xcu index 6264ce716787..ac15128781f8 100644 --- a/filter/source/config/fragments/types/impress_OOXML_Presentation.xcu +++ b/filter/source/config/fragments/types/impress_OOXML_Presentation.xcu @@ -20,7 +20,7 @@ <prop oor:name="URLPattern"/> <prop oor:name="Extensions"><value>pptx pptm</value></prop> <prop oor:name="MediaType"><value>application/vnd.openxmlformats-officedocument.presentationml.presentation</value></prop> - <prop oor:name="Preferred"><value>true</value></prop> + <prop oor:name="Preferred"><value>false</value></prop> <prop oor:name="PreferredFilter"><value>Impress Office Open XML</value></prop> <prop oor:name="UIName"><value>Office Open XML Presentation</value></prop> <prop oor:name="ClipboardFormat"/> diff --git a/filter/source/config/fragments/types/impress_OOXML_Presentation_AutoPlay.xcu b/filter/source/config/fragments/types/impress_OOXML_Presentation_AutoPlay.xcu index 78c638daedf6..5a1cd6860564 100644 --- a/filter/source/config/fragments/types/impress_OOXML_Presentation_AutoPlay.xcu +++ b/filter/source/config/fragments/types/impress_OOXML_Presentation_AutoPlay.xcu @@ -20,7 +20,7 @@ <prop oor:name="URLPattern"/> <prop oor:name="Extensions"><value>ppsx</value></prop> <prop oor:name="MediaType"><value>application/vnd.openxmlformats-officedocument.presentationml.slideshow</value></prop> - <prop oor:name="Preferred"><value>true</value></prop> + <prop oor:name="Preferred"><value>false</value></prop> <prop oor:name="PreferredFilter"><value>Impress Office Open XML AutoPlay</value></prop> <prop oor:name="UIName"><value xml:lang="en-US">Office Open XML Presentation AutoPlay</value></prop> <prop oor:name="ClipboardFormat"/> diff --git a/filter/source/config/fragments/types/impress_OOXML_Presentation_Template.xcu b/filter/source/config/fragments/types/impress_OOXML_Presentation_Template.xcu index c34d39541b8c..d858d9ff8d8c 100644 --- a/filter/source/config/fragments/types/impress_OOXML_Presentation_Template.xcu +++ b/filter/source/config/fragments/types/impress_OOXML_Presentation_Template.xcu @@ -20,7 +20,7 @@ <prop oor:name="URLPattern"/> <prop oor:name="Extensions"><value>potx potm</value></prop> <prop oor:name="MediaType"><value>application/vnd.openxmlformats-officedocument.presentationml.template</value></prop> - <prop oor:name="Preferred"><value>true</value></prop> + <prop oor:name="Preferred"><value>false</value></prop> <prop oor:name="PreferredFilter"><value>Impress Office Open XML Template</value></prop> <prop oor:name="UIName"><value>Office Open XML Presentation Template</value></prop> <prop oor:name="ClipboardFormat"/>