summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2024-02-01 13:04:20 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-02-05 18:50:58 +0100
commit263e431f76447c6933343a4a07c9ed6d193af867 (patch)
tree0fa6fe3e10f997fb641ce2fdd0e4b7512d3fc92f /cui/source
parenta9802e255a8d56b1ef9f5c071ac8cf9598db5409 (diff)
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 <serval2412@yahoo.fr>
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/options/treeopt.cxx7
1 files changed, 0 insertions, 7 deletions
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())