diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/text/ViewSettings.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl index 5461f44ef98b..c433d9c3f2b0 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -265,6 +265,12 @@ published service ViewSettings @since LibreOffice 5.1 */ [optional, property] boolean HideWhitespace; + + /** If this property is `TRUE`, tooltips for tracked changes are shown. + + @since LibreOffice 6.1 + */ + [optional, property] boolean ShowInlineTooltips; }; }; }; }; }; |