summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-10-12 10:56:58 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2018-10-12 13:33:29 +0200
commit4e4c8a71756da952686cdd682c6132413959dc21 (patch)
tree95adfb5c47f7914a628a382d940ed3e11e72d66f /offapi/com/sun/star/text
parent95b91bafa519e45177689e9459e621370a34a40b (diff)
tdf#118621 - Optionally disable floating header/footer menu
UNO command UseHeaderFooterMenu introduced Change-Id: I4be009e08bc66dc675c7c903552c6376e22639f1 Reviewed-on: https://gerrit.libreoffice.org/61706 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl
index c433d9c3f2b0..5de3bf8d6dd5 100644
--- a/offapi/com/sun/star/text/ViewSettings.idl
+++ b/offapi/com/sun/star/text/ViewSettings.idl
@@ -271,6 +271,13 @@ published service ViewSettings
@since LibreOffice 6.1
*/
[optional, property] boolean ShowInlineTooltips;
+
+ /** If this property is `TRUE`, the advanced menu for header/footer is shown
+
+ @since LibreOffice 6.2
+ */
+ [optional, property] boolean UseHeaderFooterMenu;
+
};
}; }; }; };