summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-07-19 22:32:34 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-07-19 22:32:34 +0000
commit8c5cd0cbad918949f898d7fccb4f1a00a8a9f5f5 (patch)
tree5af476ec00035de1930d2f90e66feaaff77a533d /offapi/com
parent8d25afff66c4f0ff28a9df0491af6408d3cd8ff3 (diff)
#i120300# - Add new property "ShowContentTips" in com.sun.star.text.ViewSettings
Notes
Notes: merged as: 74970948bbd410278964bd02cb5741c6c87eb30d
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl
index 646289bc357b..7059a33449a7 100644
--- a/offapi/com/sun/star/text/ViewSettings.idl
+++ b/offapi/com/sun/star/text/ViewSettings.idl
@@ -325,7 +325,7 @@ published service ViewSettings
*/
[optional, property] boolean ShowHiddenCharacters;
//-------------------------------------------------------------------------
- /** If this proeperty is <TRUE/>, the settings of nonprinting characters are applied.
+ /** If this property is <TRUE/>, the settings of nonprinting characters are applied.
<p>This option controls the use of the settings ShowHiddenCharacters,
ShowTabstops, ShowSpaces, ShowBreaks and ShowParaBreaks </p>
@@ -349,6 +349,13 @@ published service ViewSettings
@since OOo 3.1
*/
[optional, property] long VerticalRulerMetric;
+ //-------------------------------------------------------------------------
+ /** If this property is <TRUE/>, tips for document content are shown,
+ typically in a help balloon when the mouse is over the content.
+
+ @since Apache OpenOffice 3.5
+ */
+ [optional, property] boolean ShowContentTips;
};
//=============================================================================