Kaydet (Commit) 2e0b9891 authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Samuel Mehrbrodt

tdf#94042 Change autorecovery & autosave to 10 minutes

Change-Id: I53ee3002db38cc7d79cd431fc6254fde5427b751
Reviewed-on: https://gerrit.libreoffice.org/19136Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 233bfee7
......@@ -5,7 +5,7 @@
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
<property name="upper">60</property>
<property name="value">15</property>
<property name="value">10</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
......
......@@ -1839,7 +1839,7 @@ void AutoRecovery::implts_readAutoSaveConfig()
} /* SAFE */
// AutoSaveTimeIntervall [int] in min
sal_Int32 nTimeIntervall = 15;
sal_Int32 nTimeIntervall = 10;
xCommonRegistry->getByHierarchicalName(OUString(CFG_ENTRY_AUTOSAVE_TIMEINTERVALL)) >>= nTimeIntervall;
/* SAFE */ {
......
......@@ -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 -->
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment