sw/source/ui/chrdlg/numpara.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 2792afaf3db77055d22970d44b8ea84cd16ad29e
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Thu Sep 11 07:50:19 2025 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Thu Sep 11 17:09:16 2025 +0200

    Revert "tdf#62032 sw: make List Level UI experimental"
    
    This reverts commit 46e74a8bf03c06776cb144418206db7c4b843b41,
    which makes it non-experimental.
    
    Change-Id: I2274b0fbb8df156582e3c2970bb1409176e91fa2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190815
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/sw/source/ui/chrdlg/numpara.cxx b/sw/source/ui/chrdlg/numpara.cxx
index 07044fcfbfb4..f11e3fb6edf0 100644
--- a/sw/source/ui/chrdlg/numpara.cxx
+++ b/sw/source/ui/chrdlg/numpara.cxx
@@ -29,7 +29,6 @@
 #include <fmtline.hxx>
 #include <numpara.hxx>
 
-#include <officecfg/Office/Common.hxx>
 #include <sfx2/dispatch.hxx>
 #include <sfx2/frame.hxx>
 #include <sfx2/viewsh.hxx>
@@ -89,11 +88,6 @@ 
SwParagraphNumTabPage::SwParagraphNumTabPage(weld::Container* pPage, weld::Dialo
     m_xRestartParaCountCB->connect_toggled(LINK(this, SwParagraphNumTabPage, 
LineCountHdl_Impl));
     m_xNumberStyleLB->connect_changed(LINK(this, SwParagraphNumTabPage, 
EditNumStyleSelectHdl_Impl));
     m_xEditNumStyleBtn->connect_clicked(LINK(this, SwParagraphNumTabPage, 
EditNumStyleHdl_Impl));
-
-    if (officecfg::Office::Common::Misc::ExperimentalMode::get())
-        m_xListLvBX->show();
-    else
-        m_xListLvBX->hide();
 }
 
 SwParagraphNumTabPage::~SwParagraphNumTabPage()

Reply via email to