cui/source/options/optupdt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 261f758b650cf1c5c16acdad8f4a2dc86616f9e2
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Mon Jan 15 00:29:20 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
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 <stephan.bergm...@allotropia.de>

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

Reply via email to