cui/source/options/treeopt.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 263e431f76447c6933343a4a07c9ed6d193af867
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Thu Feb 1 13:04:20 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Feb 5 18:50:58 2024 +0100

    tdf#159476 Remove experimental status from Basic IDE entry in Options dialog
    
    Change-Id: Icbc9d131d90e639490f6dfd896565c994a17b172
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162829
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 7d0ae590b49b..2c8abb9cfa5e 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -1757,13 +1757,6 @@ void OfaTreeOptionsDialog::generalOptions(const 
std::vector<sal_uInt16>& vPageId
                 continue;
             }
 
-            // Disable Basic IDE options, if experimental features are not 
enabled
-            if( RID_SVXPAGE_BASICIDE_OPTIONS == nPageId )
-            {
-                if( ! officecfg::Office::Common::Misc::ExperimentalMode::get() 
)
-                    continue;
-            }
-
             if (!vPageId.empty())
             {
                 if (std::find(vPageId.begin(), vPageId.end(), nPageId) != 
vPageId.end())

Reply via email to