[Libreoffice-commits] .: Branch 'libreoffice-3-4' - 2 commits - filter/source

Jan Holesovsky kendy at kemper.freedesktop.org
Fri May 20 01:41:11 PDT 2011


 filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML_AutoPlay.xcu |    2 +-
 filter/source/config/fragments/filters/impress_OOXML.xcu                           |    2 +-
 filter/source/config/fragments/filters/impress_OOXML_AutoPlay.xcu                  |    2 +-
 filter/source/config/fragments/filters/impress_OOXML_Template.xcu                  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2215258fcd74128f19126ef978b978081cfaa0c9
Author: Radek Doulik <rodo at novell.com>
Date:   Wed Apr 27 11:52:40 2011 +0200

    fix config for pptx filter - thanks to Bubli
    
    Signed-off-by: Katarina Machalkova <kmachalkova at suse.cz>
    Signed-off-by: Michael Meeks <michael.meeks at novell.com>
    Signed-off-by: Fridrich Strba <fstrba at novell.com>

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..ecb6b5a 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
@@ -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="FileFormatVersion"/>
     <prop oor:name="Type"><value>MS PowerPoint 2007 XML AutoPlay</value></prop>
diff --git a/filter/source/config/fragments/filters/impress_OOXML_AutoPlay.xcu b/filter/source/config/fragments/filters/impress_OOXML_AutoPlay.xcu
index 052c613..9c83f07 100644
--- a/filter/source/config/fragments/filters/impress_OOXML_AutoPlay.xcu
+++ b/filter/source/config/fragments/filters/impress_OOXML_AutoPlay.xcu
@@ -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"/>
diff --git a/filter/source/config/fragments/filters/impress_OOXML_Template.xcu b/filter/source/config/fragments/filters/impress_OOXML_Template.xcu
index e9febe1..10f9e43 100644
--- a/filter/source/config/fragments/filters/impress_OOXML_Template.xcu
+++ b/filter/source/config/fragments/filters/impress_OOXML_Template.xcu
@@ -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 -->
commit bbb2e32cb16bde370328ae391c855cf9da32806f
Author: Katarina Machalkova <kmachalkova at suse.cz>
Date:   Wed Apr 27 11:11:48 2011 +0200

    Make export to .pptx 2010 work again
    
    (use correct FilterService string)
    
    Signed-off-by: Radek Doulik <rodo at novell.com>
    Signed-off-by: Michael Meeks <michael.meeks at novell.com>
    Signed-off-by: Fridrich Strba <fstrba at novell.com>

diff --git a/filter/source/config/fragments/filters/impress_OOXML.xcu b/filter/source/config/fragments/filters/impress_OOXML.xcu
index d1a5adb..17d4e18 100644
--- a/filter/source/config/fragments/filters/impress_OOXML.xcu
+++ b/filter/source/config/fragments/filters/impress_OOXML.xcu
@@ -1,7 +1,7 @@
 <node oor:name="Impress Office Open XML" oor:op="replace">
     <prop oor:name="Flags"><value>IMPORT EXPORT ALIEN 3RDPARTYFILTER 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</value></prop>
     <!-- ISO/IEC 29500:2008 -->


More information about the Libreoffice-commits mailing list