summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/edtwin.hxx
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2020-07-27 13:11:54 -0800
committerMike Kaganski <mike.kaganski@collabora.com>2020-07-30 12:03:36 +0200
commitb2686de46250d0c8d14365a2af8428387baa0c24 (patch)
tree2bb088360d254509ed01fe1d3e49ebc1245dc244 /sw/source/uibase/inc/edtwin.hxx
parent63308aa3b109271ffb4fd47e9fea2e3281a1552d (diff)
tdf#38093 Writer outline folding - feature sensitivity
Patch 1/6 -Adds option 'Show outline visibility button' to options writer view tab in Display section. -Adds UNO command '.uno:ShowOutlineContentVisibilityButton' to toggle option on and off from menus, toolbars, and key bindings. -Makes feature experimental mode. Change-Id: If5a57defd8f568736ea08625ab6eb08e30b15c03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99652 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc/edtwin.hxx')
-rw-r--r--sw/source/uibase/inc/edtwin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index 3059ee609a1c..855a2ff4158c 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -288,6 +288,8 @@ public:
/// Allows starting or ending a graphic move or resize action.
void SetGraphicTwipPosition(bool bStart, const Point& rPosition);
+ void SetOutlineContentVisiblityButtons() {(void)this;}
+
virtual FactoryFunction GetUITestFactory() const override;
};