diff options
author | Justin Luth <justin.luth@collabora.com> | 2020-12-03 15:32:46 +0300 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-12-14 10:31:11 +0100 |
commit | 1f066313218449cac494a887eb209311efbaa405 (patch) | |
tree | c343725b530961adceddd634e9e19a9d83eb54c1 /sw/source/uibase/inc | |
parent | 64f1445cdb5ac66eef161e1e333cc9d2e2bcb6e4 (diff) |
tdf#82802 sw page-style UI: remove pointless makeConditional CB
There is no point in having a tick-box to enable the bottom panel.
If anyone assigns anything, then the style automatically becomes
a conditional style, and reverts back when all are removed,
regardless of the status of that checkbox.
So it was just a UI element - probably a remnant of a long-ago
design that was phased out.
Change-Id: I318f7d8061a938c24c97d5b718f3d328e66f8ff1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107162
Tested-by: Jenkins
Tested-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r-- | sw/source/uibase/inc/swuiccoll.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swuiccoll.hxx b/sw/source/uibase/inc/swuiccoll.hxx index 4e0f5c2b2e3d..4e1c00dd10bd 100644 --- a/sw/source/uibase/inc/swuiccoll.hxx +++ b/sw/source/uibase/inc/swuiccoll.hxx @@ -36,7 +36,6 @@ class SwCondCollPage : public SfxTabPage bool m_bNewTemplate; - std::unique_ptr<weld::CheckButton> m_xConditionCB; std::unique_ptr<weld::TreeView> m_xTbLinks; std::unique_ptr<weld::TreeView> m_xStyleLB; std::unique_ptr<weld::ComboBox> m_xFilterLB; |