diff options
author | Justin Luth <jluth@mail.com> | 2023-07-17 20:19:22 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-07-18 14:04:06 +0200 |
commit | 5aa4ec482cf9ebb22571b1e5e8af0ff46d6ad3eb (patch) | |
tree | c659dfd1b2c4ad7bf98046dd1008c726dc30201d /officecfg | |
parent | 5f2c99839bf041faf5b15aa9d4bb4c73b4b041f0 (diff) |
[API CHANGE] Drop unused AutoSavePrompt config key
Never been used since prior to 2004 AFAICS
git grep -i -C20 "auto.*save.*prompt"
A git log -S AutoSavePrompt indicates that a
seemingly superfluous use of it was removed with
commit 1507e3b63b80b541a241d0ce1c977abb45cbeef8
Author: Rüdiger Timm on Fri Nov 26 13:37:09 2004 +0000
INTEGRATION: CWS recovery04 (1.52.36); FILE MERGED
and the superfluous function itself was removed with
commit 36a665a6754bbc4bb0a2d612a15b1b8413af3721
Author: Caolán McNamara on Wed Jul 27 22:09:03 2011 +0100
callcatcher: remove various unused methods
This was probably all obsoleted by
// functionality moved to new AutoRecovery Service!
Change-Id: Iedc48a1913a09f8c22a4476f2e8441cff448f06b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154568
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 2219c4353faa..2e13f32a1fb3 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2073,15 +2073,6 @@ </info> <value>false</value> </prop> - <prop oor:name="AutoSavePrompt" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools Options - General Save - [Section] Save --> - <info> - <desc>Shows a prompt during AutoSave,even when the document has a - filename.</desc> - <label>Prompt to save</label> - </info> - <value>true</value> - </prop> <prop oor:name="AutoSaveTimeIntervall" oor:type="xs:int" oor:nillable="false"> <info> <deprecated>Not used anymore</deprecated> |