diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-03-28 21:12:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-03-29 17:39:07 +0200 |
commit | 2525bab2fcca179263a4b3496bb929df61d0e2bf (patch) | |
tree | 63c1c2e6be0927276548341a8642addc81fe2d21 /sw/source/ui | |
parent | 3b53760bcd304c0a3efc58188d80cb963c24b484 (diff) |
tdf#148240: Make Outline-Folding non-experimental
Change-Id: I8de81ec13228d0742a3b12af97edb1b97643a790
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132243
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/config/optpage.cxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx index bfdbc877c869..4374751f0f95 100644 --- a/sw/source/ui/config/optpage.cxx +++ b/sw/source/ui/config/optpage.cxx @@ -107,16 +107,7 @@ SwContentOptPage::SwContentOptPage(weld::Container* pPage, weld::DialogControlle , m_xFieldHiddenCB(m_xBuilder->weld_check_button("hiddentextfield")) , m_xFieldHiddenParaCB(m_xBuilder->weld_check_button("hiddenparafield")) { - if (!officecfg::Office::Common::Misc::ExperimentalMode::get()) - { - m_xOutlineLabel->hide(); - m_xShowOutlineContentVisibilityButton->hide(); - m_xTreatSubOutlineLevelsAsContent->hide(); - } - else - { - m_xShowOutlineContentVisibilityButton->connect_toggled(LINK(this, SwContentOptPage, ShowOutlineContentVisibilityButtonHdl)); - } + m_xShowOutlineContentVisibilityButton->connect_toggled(LINK(this, SwContentOptPage, ShowOutlineContentVisibilityButtonHdl)); /* This part is visible only with Writer/Web->View dialogue. */ const SfxUInt16Item* pItem = rCoreSet.GetItemIfSet(SID_HTML_MODE, false ); |