swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu | 2 +- swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit fa5c7ccff482c23f96def89978377f2d7d41d225 Author: Julien Nabet <[email protected]> Date: Fri Oct 4 19:02:08 2013 +0200 Fix path for common-update.dtd Change-Id: If87cb8da51bb85b6b1f4af166a6bbb6005bde55b diff --git a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu index a37369a..3309b50 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> +<!DOCTYPE oor:component-data SYSTEM "../../../../../../../../officecfg/registry/component-update.dtd"> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Filter"> <node oor:name="Filters"> <node oor:name="MediaWiki" oor:op="fuse"> diff --git a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu index 8c864a3..15e4f85 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> +<!DOCTYPE oor:component-data SYSTEM "../../../../../../../../officecfg/registry/component-update.dtd"> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Types"> <node oor:name="Types"> <node oor:name="MediaWiki" oor:op="fuse"> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
