summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorAshod Nakashian <ashodnakashian@yahoo.com>2015-07-22 00:47:11 -0400
committerCaolán McNamara <caolanm@redhat.com>2015-08-17 12:38:42 +0000
commit2c346d669648bdecbe4be0e6013af14abef2526a (patch)
treedbcb88a713aefd8620fe87b514473cda39446eb4 /offapi/com
parent17ac8354c97e107712d3ad59ab3140a8d0d3b78c (diff)
tdf#39080 Hide Whitespace UI option added to the View menu.
Change-Id: I1f9ba9ef489159ca54db802393d958d7fd6ac8ff Reviewed-on: https://gerrit.libreoffice.org/17280 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl
index 770d0d1637ea..eae95f176860 100644
--- a/offapi/com/sun/star/text/ViewSettings.idl
+++ b/offapi/com/sun/star/text/ViewSettings.idl
@@ -111,6 +111,10 @@ 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;