[Libreoffice-commits] .: filter/source
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Apr 6 01:48:43 PDT 2011
filter/source/config/fragments/filters/MS_PowerPoint_97_AutoPlay.xcu | 2 +-
filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_AutoPlay.xcu | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 5773063ea9afd79381b242eee34b6975ecb41265
Author: Matus Kukan <matus.kukan at gmail.com>
Date: Wed Apr 6 09:45:47 2011 +0200
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.
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"/>
More information about the Libreoffice-commits
mailing list