diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-05-31 12:59:01 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-05-31 12:59:01 +0200 |
commit | 720cb002b90767f097bed1ee63f61337632b731d (patch) | |
tree | d7fc58620da86e1677271e02d91091c9cbb2b1a1 /officecfg/registry/schema | |
parent | f9561071999b3c5c8505d648c14fff7b1bcd0caa (diff) |
fwk143: #i111516# Support language argument and configuration item for dictionary repository URL.
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index cb19bb01e1ba..02e05a932952 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -974,6 +974,19 @@ <value>false</value> </prop> </group> + <group oor:name="Dictionaries"> + <info> + <author>CD</author> + <desc>Contains settings related to dictionaries.</desc> + </info> + <prop oor:name="RepositoryURL" oor:type="xs:string"> + <info> + <author>CD</author> + <desc>Specifies a repository URL where users can download additional dictionaries.</desc> + </info> + <value/> + </prop> + </group> <group oor:name="Drawinglayer"> <info> <author>AW</author> |