summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/ViewSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/ViewSettings.idl')
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl
index eae95f176860..5461f44ef98b 100644
--- a/offapi/com/sun/star/text/ViewSettings.idl
+++ b/offapi/com/sun/star/text/ViewSettings.idl
@@ -111,10 +111,6 @@ published service ViewSettings
*/
[property] boolean ShowTabstops;
- /** If this property is `TRUE`, whitespaces around pages are hidden.
- */
- [property] boolean HideWhitespace;
-
/** If this property is `TRUE`, text boundaries are displayed.
*/
[property] boolean ShowTextBoundaries;
@@ -263,6 +259,12 @@ published service ViewSettings
@since LibreOffice 4.2
*/
[optional, property] boolean ShowScrollBarTips;
+
+ /** If this property is `TRUE`, whitespaces around pages are hidden.
+
+ @since LibreOffice 5.1
+ */
+ [optional, property] boolean HideWhitespace;
};
}; }; }; };