diff options
-rw-r--r-- | cui/source/options/treeopt.cxx | 7 |
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()) |