diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-11 03:31:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-07 12:04:44 +0100 |
commit | 6005dd5366a86d6b7b1535233a99e24501e053a3 (patch) | |
tree | 9dc7d5bd88cbf874f9da21bfc1988bd8f5b75c21 /officecfg | |
parent | 5f62dc930687a02b5958280e942d4ab5fa7980a4 (diff) |
Resolves: #i25945# Allow disabling scrollbar tips by API and configuration
(cherry picked from commit a2bbabbe141de1303ebf052e5c22b6e77387785e)
Conflicts:
offapi/com/sun/star/text/ViewSettings.idl
officecfg/registry/schema/org/openoffice/Office/Writer.xcs
sw/source/ui/config/usrpref.cxx
sw/source/ui/uiview/viewport.cxx
Change-Id: I939ec22527a0b654de5f379e781c24c0a3088739
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 78524c45d708..fad816c2c7e7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1253,6 +1253,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" oor:nillable="false"> <!-- OldPath: Writer/Layout/Window --> <!-- OldLocation: Soffice.cfg --> |