officecfg/registry/schema/org/openoffice/Office/Common.xcs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 24bf5a2bfaae62e6e0218a4f2521f54e816cd459
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Tue Jul 18 06:20:57 2023 -0400
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Sun Jul 23 22:42:10 2023 +0200

    Revert "tdf#152463 Turn on AutoSave and Backup by default"
    
    This reverts 7.6 commit 5cb7fed2a5a02ff1cb4551752a0bd8d3001a1f22.
    
    There are a number of reasons to delay this change:
    -the configuration settings have changed location,
    so anything done by others for the 7.6 release
    will be broken in the 24.2 release 6 months later.
    
    -lots of fixes for autosave are going into 24.2,
    but they can't be backported because they include
    string changes which need to be translated.
    
    Since AutoSave is not really production ready,
    it should not be enabled by default in 7.6.
    This should be reverted ASAP since people are already
    building 7.6 marketing.
    
    Change-Id: I31c56cf1b5605c9db3e0a431af76cf2dd14572de
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154578
    Reviewed-by: Justin Luth <jl...@mail.com>
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index f47edadcae0f..1b650ba56018 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2047,7 +2047,7 @@
             saved in a time interval.</desc>
             <label>AutoSave every</label>
           </info>
-          <value>true</value>
+          <value>false</value>
         </prop>
         <prop oor:name="GenerateThumbnail" oor:type="xs:boolean" 
oor:nillable="false">
           <!-- UIHints: Tools  Options - General  Save - [Section] Save -->
@@ -2065,7 +2065,7 @@
             document is saved.</desc>
             <label>Always create backup copy</label>
           </info>
-          <value>true</value>
+          <value>false</value>
         </prop>
         <prop oor:name="EditProperty" oor:type="xs:boolean" 
oor:nillable="false">
           <!-- UIHints: Tools  Options - General  Save - [Section] Save -->

Reply via email to