summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-05 13:15:07 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-05 13:34:25 +0300
commitac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 (patch)
treebb42afc7d1d73e42e38e344dc3ad221479f4e295 /filter/source/config/fragments/filters/MS_Word_2003_XML.xcu
parent4c30c48684cd09a057906f30d7a3f8927ecabb52 (diff)
fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters
The $(share_subdir_name) things in the filter fragment .xcu files didn't actually work it seems. But anyway, it's a bit silly to do expansion at run-time of $(foo) things known at build-time anyway. Thanks to sberg for pointing this out. So just use the normal configury .in mechanism for these. Simpler. Change-Id: I14b3e5cc5169b34df8a1d7ff07cc28452c67bcc8
Diffstat (limited to 'filter/source/config/fragments/filters/MS_Word_2003_XML.xcu')
-rw-r--r--filter/source/config/fragments/filters/MS_Word_2003_XML.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu b/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu
index 56efe87dd509..61cdad1fc891 100644
--- a/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu
+++ b/filter/source/config/fragments/filters/MS_Word_2003_XML.xcu
@@ -19,7 +19,7 @@
<prop oor:name="Flags"><value>IMPORT EXPORT ALIEN 3RDPARTYFILTER</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
- <prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,../$(share_subdir_name)/xslt/import/wordml/wordml2ooo.xsl,../$(share_subdir_name)/xslt/export/wordml/ooo2wordml.xsl</value></prop>
+ <prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,com.sun.star.comp.Writer.XMLOasisImporter,com.sun.star.comp.Writer.XMLOasisExporter,../share/xslt/import/wordml/wordml2ooo.xsl,../share/xslt/export/wordml/ooo2wordml.xsl</value></prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>writer_MS_Word_2003_XML</value></prop>
<prop oor:name="TemplateName"/>