summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJustin Luth <jluth@mail.com>2023-07-18 06:20:57 -0400
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-23 22:42:10 +0200
commit24bf5a2bfaae62e6e0218a4f2521f54e816cd459 (patch)
treeb290e08c6b847f979e1bf134432f3d155f2495cd /officecfg
parent11d23a92cf15f8086e78a5fe9a6ae5d238208bbd (diff)
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 <jluth@mail.com> Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs4
1 files changed, 2 insertions, 2 deletions
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 -->