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

New commits:
commit 5cb7fed2a5a02ff1cb4551752a0bd8d3001a1f22
Author:     Bogdan B <buzea.bog...@libreoffice.org>
AuthorDate: Mon Dec 12 20:31:20 2022 +0000
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue Dec 20 05:58:19 2022 +0000

    tdf#152463 Turn on AutoSave and Backup by default
    
    Change-Id: Icc29bfa8a752be75c4ffa9eb8b939008297105bb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144020
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

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

Reply via email to