summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-17 14:47:05 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-11-18 12:46:44 +0100
commit2754a599d2cc31dd809f00190a448efddc69f5c1 (patch)
tree666828118a9ba65c38c7e64135f9a51897dc2c19 /offapi
parenta60c0d7990a8361f467c9f635a1c2461dde7d639 (diff)
Do not unnecessarily break compatibility
...re 2c346d669648bdecbe4be0e6013af14abef2526a "tdf#39080 Hide Whitespace UI option added to the View menu." Change-Id: Ib2f364dba7a50854a11f004b42c7ee22ee10e48b (cherry picked from commit 6efbd4bb63e293080d0566664b1e33f6ffdf36e5)
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl10
-rw-r--r--offapi/type_reference/offapi.idl1
2 files changed, 6 insertions, 5 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;
};
}; }; }; };
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index d2e617d89bc5..f95e6b7f1844 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -15287,7 +15287,6 @@ module com {
[property] boolean ShowTableBoundaries;
[property] boolean ShowTables;
[property] boolean ShowTabstops;
- [property] boolean HideWhitespace;
[property] boolean ShowTextBoundaries;
[property] boolean ShowTextFieldBackground;
[property] boolean ShowVertRuler;