diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-07-19 22:32:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-18 14:26:15 +0100 |
commit | 74970948bbd410278964bd02cb5741c6c87eb30d (patch) | |
tree | 3c21d5f09c33847f9b2ab438bba11a4ab60b0e0d /officecfg | |
parent | 23dadfa9d3770c346d49b9d0941766abf3d96e67 (diff) |
Resolves: #i120300# Add new property "ShowContentTips"...
in com.sun.star.text.ViewSettings
(cherry picked from commit 8c5cd0cbad918949f898d7fccb4f1a00a8a9f5f5)
Conflicts:
offapi/com/sun/star/text/ViewSettings.idl
officecfg/registry/schema/org/openoffice/Office/Writer.xcs
sfx2/source/appl/newhelp.cxx
sw/source/ui/docvw/edtwin2.cxx
sw/source/ui/uno/unomod.cxx
Change-Id: Ia03bea5c7a81efbf1f3f40e8299168887140fe40
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 161d1d91682d..5a1d56455ef8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1046,13 +1046,14 @@ </info> <value>true</value> </prop> - <prop oor:name="PreventTips" oor:type="xs:boolean" oor:nillable="false"> + <prop oor:name="ShowContentTips" oor:type="xs:boolean"> + <!-- OldPath: Writer/Content/Display/PreventTips --> <!-- UIHints: Not accessible via user interface --> <info> - <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"> |