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

New commits:
commit 0e17d8ddccdee7d4f46b256153853e1cab87c99e
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Sat Jul 29 20:02:29 2023 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Sun Jul 30 03:39:19 2023 +0200

    partial Revert "tdf#152463 Turn on AutoSave by default"
    
    This reverts 7.6 commit 5cb7fed2a5a02ff1cb4551752a0bd8d3001a1f22,
    because this setting is not used in 24.2, and was reverted
    for 7.6 as well. So no point in changing a deprecated setting.
    
    In 24.2, the officecfg was corrected to point to the traditional
    Recovery::AutoSave::TimeIntervall (which as broken in 7.3,
    but had always been a bit of a mess.)
    
    This original setting already has AutoSave enabled by default,
    so this patch is NOT turning off AutoSave for 24.2.
    
    Change-Id: I392d5a1511792ec0a42add11a37de8f7e0181631
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155057
    Tested-by: Justin Luth <jl...@mail.com>
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index b0b98d5f8cd4..496ca94fc0d1 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2044,7 +2044,7 @@
           <info>
             <deprecated>Not used anymore</deprecated>
           </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 -->

Reply via email to