diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-10-04 19:02:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-10-04 19:02:08 +0200 |
commit | fa5c7ccff482c23f96def89978377f2d7d41d225 (patch) | |
tree | 55a426e676ab8f77810f622d38390becfea537ee /swext/mediawiki | |
parent | f762dad2e7b7dfa42abc4d16209e033b037b5938 (diff) |
Fix path for common-update.dtd
Change-Id: If87cb8da51bb85b6b1f4af166a6bbb6005bde55b
Diffstat (limited to 'swext/mediawiki')
-rw-r--r-- | swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu | 2 | ||||
-rw-r--r-- | swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu | 2 |
2 files changed, 2 insertions, 2 deletions
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 a37369a4eaab..3309b503824c 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 8c864a30ce43..15e4f850041a 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"> |