diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2012-03-26 06:59:59 +0000 |
---|---|---|
committer | Oliver-Rainer Wittmann <orw@apache.org> | 2012-03-26 06:59:59 +0000 |
commit | cc2866588ca2ff97d3eab28fba8f5d92140dc67c (patch) | |
tree | af3ef38b8bd7d51fa9454b9a3e35adeb0c38f26a /lingucomponent | |
parent | df6713da0785ae94d088f40c513b7d8b2591b5f2 (diff) |
fix build breaker - correct certain XML snippets
Diffstat (limited to 'lingucomponent')
3 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu b/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu index 92244d957cef..7186fc84228d 100644 --- a/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu +++ b/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu @@ -1,3 +1,4 @@ +<?xml version='1.0' encoding='UTF-8'?> <!--*********************************************************** * * Licensed to the Apache Software Foundation (ASF) under one @@ -19,7 +20,6 @@ * ***********************************************************--> -<?xml version='1.0' encoding='UTF-8'?> <oor:component-data oor:name="Linguistic" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <node oor:name="ServiceManager"> diff --git a/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu b/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu index 6b26dbaad545..4e8bdbc648fa 100644 --- a/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu +++ b/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu @@ -1,3 +1,4 @@ +<?xml version='1.0' encoding='UTF-8'?> <!--*********************************************************** * * Licensed to the Apache Software Foundation (ASF) under one @@ -19,7 +20,6 @@ * ***********************************************************--> -<?xml version='1.0' encoding='UTF-8'?> <oor:component-data oor:name="Linguistic" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <node oor:name="ServiceManager"> diff --git a/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu b/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu index a979e7f62719..bd4aebc42290 100644 --- a/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu +++ b/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu @@ -1,3 +1,4 @@ +<?xml version='1.0' encoding='UTF-8'?> <!--*********************************************************** * * Licensed to the Apache Software Foundation (ASF) under one @@ -19,7 +20,6 @@ * ***********************************************************--> -<?xml version='1.0' encoding='UTF-8'?> <oor:component-data oor:name="Linguistic" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <node oor:name="ServiceManager"> |