diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 11:43:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 11:43:45 +0000 |
commit | 66fbeaab8469ba97b7f5b0bbfdc5b057c2b77d1e (patch) | |
tree | 8d59a80dec7ab5f5e34896e5ac2d9ed00867eb3d /officecfg | |
parent | 080f82329c8cef289991784a9c866dc9d380655b (diff) |
INTEGRATION: CWS c01v005 (1.18.128); FILE MERGED
2005/03/03 11:27:34 os 1.18.128.1: #119883# default search engine selection added
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Inet.xcs | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Inet.xcs b/officecfg/registry/schema/org/openoffice/Inet.xcs index 34b96eda1631..51823dece2e6 100644 --- a/officecfg/registry/schema/org/openoffice/Inet.xcs +++ b/officecfg/registry/schema/org/openoffice/Inet.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Inet.xcs,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2004-11-17 09:57:53 $ + * last change: $Author: obo $ $Date: 2005-03-15 12:43:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -352,7 +352,19 @@ </constraints> </prop> </group> - <set oor:name="SearchEngines" oor:node-type="SearchEngine"> + <group oor:name="DefaultSearchEngine"> + <info> + <desc>Contains the name of the default search engine</desc> + </info> + <prop oor:name="Name" oor:type="xs:string"> + <info> + <author>OS</author> + <desc>The name of the default search engine</desc> + </info> + <value/> + </prop> + </group> + <set oor:name="SearchEngines" oor:node-type="SearchEngine"> <!--UI: Tools - Options - Internet - Search--> <info> <author>OS / TV</author> |