diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-05 00:21:42 +0400 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-13 14:41:38 +0000 |
commit | 2e0b9891764bb4cae6ed9a1b111d9b6dafeee92d (patch) | |
tree | d08f1f00dde1cf1f9a5207d5ac4918c928e18062 /officecfg | |
parent | 233bfee7046ecd4cbc45647ee8908ce9135e7276 (diff) |
tdf#94042 Change autorecovery & autosave to 10 minutes
Change-Id: I53ee3002db38cc7d79cd431fc6254fde5427b751
Reviewed-on: https://gerrit.libreoffice.org/19136
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Recovery.xcs | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index faf88954d999..946bbed630ba 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2214,18 +2214,16 @@ <constraints> <minInclusive oor:value="1"> <info> - <desc>Specifies that the minimum time interval is 1 - minute.</desc> + <desc>Specifies that the minimum time interval is 1 minute.</desc> </info> </minInclusive> <maxInclusive oor:value="60"> <info> - <desc>Specifies that the maximum time interval is 60 - minutes.</desc> + <desc>Specifies that the maximum time interval is 60 minutes.</desc> </info> </maxInclusive> </constraints> - <value>15</value> + <value>10</value> </prop> <prop oor:name="ViewInfo" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: General/Restore --> diff --git a/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs b/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs index 5e7af2d89d64..24d6a22315a0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs @@ -128,7 +128,7 @@ <info> <desc> </desc> </info> - <value>15</value> + <value>10</value> </prop> <prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false"> <info> |