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 b0afa27c46e8..656866a5a08a 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -284,6 +284,12 @@ published service ViewSettings */ [optional, property] boolean ShowBookmarks; + /** If this property is `TRUE`, the outline content visibility toggle button is shown. + + @since LibreOffice 7.1 + */ + [optional, property] boolean ShowOutlineContentVisibilityButton; + }; }; }; }; }; |