summaryrefslogtreecommitdiff
path: root/sd/util
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-04-08 14:42:14 +0200
committerRadek Doulik <rodo@novell.com>2011-04-08 14:43:04 +0200
commit557ae8c01fae6f6d9f7c249c101b3975b89d8eb7 (patch)
treed50a4a82dc2f9f91b8e0b85b2a71dde2db937ecd /sd/util
parent992c3472149365306142e82aa880201652fc607e (diff)
added sdfilt.component for pptx export
Diffstat (limited to 'sd/util')
-rwxr-xr-xsd/util/makefile.mk8
-rw-r--r--sd/util/sdfilt.component7
2 files changed, 14 insertions, 1 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk
index 702cc27cddfc..8eda79e40484 100755
--- a/sd/util/makefile.mk
+++ b/sd/util/makefile.mk
@@ -280,7 +280,7 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo Making: $@
@$(TYPE) sd.flt > $@
-ALLTAR : $(MISC)/sd.component $(MISC)/sdd.component
+ALLTAR : $(MISC)/sd.component $(MISC)/sdd.component $(MISC)/sdfilt.component
$(MISC)/sd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
sd.component
@@ -293,3 +293,9 @@ $(MISC)/sdd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt sdd.component
+
+$(MISC)/sdfilt.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ sdfilt.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt sdfilt.component
diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component
new file mode 100644
index 000000000000..397d31cf648f
--- /dev/null
+++ b/sd/util/sdfilt.component
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component loader="com.sun.star.loader.SharedLibrary"
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport">
+ <service name="com.sun.star.comp.ooxpptx"/>
+ </implementation>
+</component>