fix config for pptx filter - thanks to Bubli
This commit is contained in:
parent
40757be594
commit
7760ea353c
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<node oor:name="Impress MS PowerPoint 2007 XML AutoPlay" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT EXPORT ALIEN 3RDPARTYFILTER PREFERRED STARTPRESENTATION</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Impress.oox.PowerPointImport</value></prop>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.oox.ppt.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"/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<node oor:name="Impress Office Open XML AutoPlay" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT EXPORT ALIEN 3RDPARTYFILTER PREFERRED STARTPRESENTATION</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Impress.oox.PowerPointImport</value></prop>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.oox.ppt.PowerPointImport</value></prop>
|
||||
<prop oor:name="UserData"/>
|
||||
<prop oor:name="UIName"><value xml:lang="x-default">Office Open XML Presentation AutoPlay</value></prop>
|
||||
<prop oor:name="FileFormatVersion"/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<node oor:name="Impress Office Open XML Template" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT EXPORT ALIEN 3RDPARTYFILTER TEMPLATE TEMPLATEPATH PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Impress.oox.PowerPointImport</value></prop>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.oox.ppt.PowerPointImport</value></prop>
|
||||
<prop oor:name="UserData"><value>OOXML</value></prop>
|
||||
<prop oor:name="UIName"><value xml:lang="x-default">Office Open XML Presentation Template</value></prop>
|
||||
<!-- ISO/IEC 29500:2008 -->
|
||||
|
|
Loading…
Reference in a new issue