diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-27 12:33:28 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-27 15:55:29 +0200 |
commit | 0e330c3de5ddd26659a419b94230c29c1c0770aa (patch) | |
tree | e1808e95b6c7b79bed15c329dcba36d9ff8d21b8 /officecfg | |
parent | 8d36a1ac10a4a37bb769b9cf132a4371353fec6e (diff) |
use correct xml syntax
Change-Id: I0f35be194766866c842e2dbac293cbcb4c36200b
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu index 84ca77f871b1..777cff420c95 100644 --- a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu +++ b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu @@ -18,11 +18,11 @@ --> <!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> <oor:component-data oor:name="TypeDetection" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <!--- + <!-- Attention: Please dont merge any changes into this file! Its deprecated for further versions. Use the new configuration schema org.openoffice.TypeDetection/ and its related sub structures. Contact as96863 to get further information about this fact. - ---> + --> <node oor:name="Types"/> <node oor:name="Filters"/> <node oor:name="ContentHandlers"/> |