diff options
author | Rob Snelders <programming@ertai.nl> | 2014-02-04 12:37:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-18 20:35:38 +0000 |
commit | 12b78edde94af7550b14382d9bfd1c77854e5fb0 (patch) | |
tree | 742c5fa4dc3f0d85e61450e468cf5212765fe2ca /officecfg | |
parent | 2c9c54285b952b59b5262500089c9c1a7902deb2 (diff) |
Remove from option-dialog the CurrentPage-option (fdo#71601)
Change-Id: I28a75468b1f43e0219fa0f03fe89601a77d3cd4d
Reviewed-on: https://gerrit.libreoffice.org/7842
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index f5f9a42ac487..5fe21cdfcc5e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -614,16 +614,6 @@ <info> <desc>Specifies configuration items governing behavior when starting a presentation.</desc> </info> - <prop oor:name="CurrentPage" oor:type="xs:boolean" oor:nillable="false"> - <!-- OldPath: Impress/Other/Start --> - <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Presentation Other [Section] Start presentation --> - <info> - <desc>Indicates whether to start the presentation with the current (true) or the first (false) page.</desc> - <label>Always with current page</label> - </info> - <value>true</value> - </prop> <prop oor:name="EnableSdremote" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Indicates whether to enable the Impress remote controller.</desc> |