diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-04-24 19:09:04 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2013-04-24 19:09:04 +0000 |
commit | 1eb66b9730e16f1dd1be426c7d0901b41c300b34 (patch) | |
tree | 28e24275a6c0349edfdb2de1f93f85453ae44c25 /officecfg | |
parent | 452d3dfb0eea34aee17d9613e5566fea3be178f1 (diff) |
i121873 - Add option to disable starting the Presenter Screen together with the presentation
Notes
Notes:
ignore: de-extension-ize Presentation Minimizer
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 7a88c7e3a432..a527053e9349 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -728,6 +728,13 @@ </info> <value>true</value> </prop> + <prop oor:name="PresenterScreen" oor:type="xs:boolean"> + <info> + <desc>Indicates whether to start the Presenter Screen together with the presentation, in a multiple monitor configuration.</desc> + <label>With Presenter Screen</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="Compatibility"> <info> |