diff options
author | Andrew Rist <arist@apache.org> | 2012-03-23 02:03:50 +0000 |
---|---|---|
committer | Andrew Rist <arist@apache.org> | 2012-03-23 02:03:50 +0000 |
commit | 3adbd9459c8611c912fc01ef496e14e2107e283b (patch) | |
tree | 050af8ec67eaa0d3474503462fc6457c3203134f /officecfg | |
parent | 1dc8c0448f848c7e748d39a5163936aaaaabc06d (diff) |
fixing malformed xml due to earlier edit.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu b/officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu index 7cc70c3f64c4..0792f3c741ef 100644 --- a/officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu +++ b/officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!--*********************************************************** * * Licensed to the Apache Software Foundation (ASF) under one @@ -19,7 +20,7 @@ * ***********************************************************--> -<?xml version='1.0' encoding='UTF-8'?> + <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="ExtensionDependencies" oor:package="org.openoffice.Office"> <node oor:name="Extensions"> |