diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-11 03:31:17 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-11 03:31:17 +0000 |
commit | a2bbabbe141de1303ebf052e5c22b6e77387785e (patch) | |
tree | ea4c84452263cb8d307f62a0aa3211b1a68b352b /officecfg | |
parent | e014a86867054660142dc5a6daa1af299d28e9b7 (diff) |
i25945 - Allow disabling scrollbar tips by API and configuration
Notes
Notes:
merged as: 6005dd5366a86d6b7b1535233a99e24501e053a3
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 47a316302fbd..f3bb7869c3a3 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1319,6 +1319,15 @@ <info> <desc>Contains various window settings such as scrollbars, rules, etc.</desc> </info> + <prop oor:name="ShowScrollBarTips" oor:type="xs:boolean"> + <!-- UIHints: Not accessible via user interface --> + <info> + <author>arielch</author> + <desc>Enables the user to prevent the display of help tips on the scrollbars programmatically.</desc> + <label>Prevent scrollbars help tips</label> + </info> + <value>true</value> + </prop> <prop oor:name="HorizontalScroll" oor:type="xs:boolean"> <!-- OldPath: Writer/Layout/Window --> <!-- OldLocation: Soffice.cfg --> |