diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-07-19 22:32:34 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-07-19 22:32:34 +0000 |
commit | 8c5cd0cbad918949f898d7fccb4f1a00a8a9f5f5 (patch) | |
tree | 5af476ec00035de1930d2f90e66feaaff77a533d /officecfg | |
parent | 8d25afff66c4f0ff28a9df0491af6408d3cd8ff3 (diff) |
#i120300# - Add new property "ShowContentTips" in com.sun.star.text.ViewSettings
Notes
Notes:
merged as: 74970948bbd410278964bd02cb5741c6c87eb30d
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 4c983e759162..47a316302fbd 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1095,14 +1095,15 @@ </info> <value>true</value> </prop> - <prop oor:name="PreventTips" oor:type="xs:boolean"> + <prop oor:name="ShowContentTips" oor:type="xs:boolean"> + <!-- OldPath: Writer/Content/Display/PreventTips --> <!-- UIHints: Not accessible via user interface --> <info> <author>OS</author> - <desc>Enables the writer to prevent the display of help tips programmatically.</desc> - <label>Prevent help tips</label> + <desc>Enables the writer to prevent the display of tips for document content programmatically.</desc> + <label>Show document content tips</label> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="NonprintingCharacter"> |