Thanks Another one just to correct two filter names.
matus
From c0717d52ca5c7b8200fba61a0b692b8a2ddde40e Mon Sep 17 00:00:00 2001 From: Matus Kukan <[email protected]> Date: Wed, 6 Apr 2011 09:45:47 +0200 Subject: [PATCH] Set proper names for MS Powerpoint AutoPlay filters There was blank line for MS PowerPoint 2007 XML AutoPlay filter in open dialog, so I set the name fot it. And also there where two equal names for different filters, so I have changed one to MS PowerPoint 97 AutoPlay. --- .../filters/MS_PowerPoint_97_AutoPlay.xcu | 2 +- .../impress_MS_PowerPoint_2007_XML_AutoPlay.xcu | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/filter/source/config/fragments/filters/MS_PowerPoint_97_AutoPlay.xcu b/filter/source/config/fragments/filters/MS_PowerPoint_97_AutoPlay.xcu index c19eeb4..941d750 100644 --- a/filter/source/config/fragments/filters/MS_PowerPoint_97_AutoPlay.xcu +++ b/filter/source/config/fragments/filters/MS_PowerPoint_97_AutoPlay.xcu @@ -4,7 +4,7 @@ <prop oor:name="FilterService"/> <prop oor:name="UserData"><value>sdfilt</value></prop> <prop oor:name="UIName"> - <value xml:lang="x-default">Microsoft PowerPoint 97/2000/XP</value> + <value xml:lang="x-default">Microsoft PowerPoint 97/2000/XP AutoPlay</value> </prop> <prop oor:name="FileFormatVersion"><value>0</value></prop> <prop oor:name="Type"><value>impress_MS_PowerPoint_97_AutoPlay</value></prop> diff --git a/filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_AutoPlay.xcu b/filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_AutoPlay.xcu index 7a2e17f..d1f0bcb 100644 --- a/filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_AutoPlay.xcu +++ b/filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_AutoPlay.xcu @@ -3,6 +3,7 @@ <prop oor:name="UIComponent"/> <prop oor:name="FilterService"><value>com.sun.star.comp.Impress.oox.PowerPointImport</value></prop> <prop oor:name="UserData"/> + <prop oor:name="UIName"><value xml:lang="x-default">Microsoft PowerPoint 2007 XML AutoPlay</value></prop> <prop oor:name="FileFormatVersion"/> <prop oor:name="Type"><value>MS PowerPoint 2007 XML AutoPlay</value></prop> <prop oor:name="TemplateName"/> -- 1.7.1
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
