helpauthoring/registry/Filter.xcu | 2 +- helpauthoring/registry/Paths.xcu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit e2b97cf875a19f2364af5fc8a9a1cc1635307073 Author: Samuel Mehrbrodt <[email protected]> Date: Thu Sep 8 15:43:46 2016 +0200 Fix links after moving files diff --git a/helpauthoring/registry/Filter.xcu b/helpauthoring/registry/Filter.xcu index c8cf855..7b8fdbe 100644 --- a/helpauthoring/registry/Filter.xcu +++ b/helpauthoring/registry/Filter.xcu @@ -25,7 +25,7 @@ <prop oor:name="FileFormatVersion"><value>0</value></prop> <prop oor:name="Type"><value>XHP_Help</value></prop> <prop oor:name="DocumentService"><value>com.sun.star.text.TextDocument</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,%origin%/filter/xmlhelp2soffice.xsl,%origin%/filter/soffice2xmlhelp.xsl,%origin%/filter/xmlhel.dtd,%origin%/filter/xmlhelptemplate.ott</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,%origin%/../filter/xmlhelp2soffice.xsl,%origin%/../filter/soffice2xmlhelp.xsl,%origin%/../filter/xmlhel.dtd,%origin%/../filter/xmlhelptemplate.ott</value></prop> <prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop> <prop oor:name="UIName"><value>Help (xhp)</value></prop> <prop oor:name="Flags"><value>IMPORT EXPORT ALIEN 3RDPARTYFILTER</value></prop> diff --git a/helpauthoring/registry/Paths.xcu b/helpauthoring/registry/Paths.xcu index 1b96bbc..717db12 100644 --- a/helpauthoring/registry/Paths.xcu +++ b/helpauthoring/registry/Paths.xcu @@ -27,7 +27,7 @@ <node oor:name="Template" oor:op="fuse"> <node oor:name="InternalPaths"> - <node oor:name="%origin%/template" oor:op="fuse"/> + <node oor:name="%origin%/../template" oor:op="fuse"/> </node> </node> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
