cui/source/options/optupdt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 261f758b650cf1c5c16acdad8f4a2dc86616f9e2 Author: Thorsten Behrens <[email protected]> AuthorDate: Mon Jan 15 00:29:20 2024 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Jan 15 07:57:24 2024 +0100 Make MAR-based LibreOffice updater non-experimental Change-Id: I7623e983e14ab7de3948921ca1223488fa2049a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162067 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/cui/source/options/optupdt.cxx b/cui/source/options/optupdt.cxx index e3b855b15d1d..2686f8dfb277 100644 --- a/cui/source/options/optupdt.cxx +++ b/cui/source/options/optupdt.cxx @@ -507,7 +507,7 @@ bool SvxOnlineUpdateTabPage::isTraditionalOnlineUpdateAvailable() { bool SvxOnlineUpdateTabPage::isMarOnlineUpdateAvailable() { #if HAVE_FEATURE_UPDATE_MAR - return officecfg::Office::Common::Misc::ExperimentalMode::get(); + return true; #else return false; #endif
