diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-08-28 22:17:35 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-08-28 22:21:14 +0200 |
commit | 9ca3b5366211e998599c2cf7a7818ca38e3d74a0 (patch) | |
tree | 638b8f78b2cab9d212b7363c489085460faa0a0e /officecfg | |
parent | 571a7cba185788bcf9e91599da8e16fb050681df (diff) |
Saving of authorised remotes.
Change-Id: I4cf6542352ac4213e66e2bbd6cc54d4f9372de62
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index cb8c31a92e62..6ad225f8ba94 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -2,7 +2,7 @@ <!--*********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -90,6 +90,19 @@ </info> </prop> </group> + <group oor:name="AuthorisedRemote"> + <info> + <author>ajrhunt</author> + <desc> + A Remote Control Device that has been authorised for connection. + </desc> + </info> + <prop oor:name="PIN" oor:type="xs:string"> + <info> + <desc>The PIN used by the device for authentication.</desc> + </info> + </prop> + </group> </templates> <component> <group oor:name="Layout"> @@ -655,6 +668,12 @@ <value>5000</value> </prop> </group> + <set oor:name="AuthorisedRemotes" oor:node-type="AuthorisedRemote"> + <info> + <author>ajrhunt</author> + <desc>Contains a list of remote control devices that can connect without user confirmation.</desc> + </info> + </set> </group> <group oor:name="Snap"> <info> |