summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAshod Nakashian <ashodnakashian@yahoo.com>2015-07-22 00:47:11 -0400
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-11-18 10:19:48 +0100
commit6559276d85fcc54d52e291b8ae09436418e7709d (patch)
tree96362d0d5068dc8cfcfe55ce1c2bfb0ea4005bff /offapi
parente31b3e0b818c56031d7ba2bcf70742e52d83f08f (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> (cherry picked from commit 2c346d669648bdecbe4be0e6013af14abef2526a)
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl4
-rw-r--r--offapi/type_reference/offapi.idl1
2 files changed, 5 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;
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index f95e6b7f1844..d2e617d89bc5 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -15287,6 +15287,7 @@ module com {
[property] boolean ShowTableBoundaries;
[property] boolean ShowTables;
[property] boolean ShowTabstops;
+ [property] boolean HideWhitespace;
[property] boolean ShowTextBoundaries;
[property] boolean ShowTextFieldBackground;
[property] boolean ShowVertRuler;