summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2021-02-21 21:01:57 -0900
committerJim Raykowski <raykowj@gmail.com>2021-03-01 03:56:07 +0100
commit6c897e5026a6819c2d706ccdc9720fb1b3f8bea2 (patch)
tree23c5122e5a17608b6941209d5340daa974b56881 /include
parent6fb9f368c6824a8ff7bc5bc5cf66fc2df7d055b7 (diff)
tdf#116136 don't show statusbar selection mode control tooltip
in print preview. This patch also sets the control image disabled when in print preview. Change-Id: I497af2a50621ed6611a31f9b17b682caa82fa260 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111294 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/selctrl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/selctrl.hxx b/include/svx/selctrl.hxx
index 2b32e56ede70..75d7f8cc3a84 100644
--- a/include/svx/selctrl.hxx
+++ b/include/svx/selctrl.hxx
@@ -39,6 +39,7 @@ public:
private:
sal_uInt16 mnState;
Image maImage;
+ bool mbFeatureEnabled;
};
#endif