Kaydet (Commit) 557ae8c0 authored tarafından Radek Doulik's avatar Radek Doulik

added sdfilt.component for pptx export

üst 992c3472
......@@ -57,3 +57,4 @@ mkdir: %_DEST%\inc%_EXT%\sd
..\%__SRC%\misc\sd.component %_DEST%\xml%_EXT%\sd.component
..\%__SRC%\misc\sdd.component %_DEST%\xml%_EXT%\sdd.component
..\%__SRC%\misc\sdfilt.component %_DEST%\xml%_EXT%\sdfilt.component
......@@ -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
<?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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment