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>
This commit is contained in:
Yousuf Philips 2015-10-05 00:21:42 +04:00 committed by Samuel Mehrbrodt
parent 233bfee704
commit 2e0b989176
4 changed files with 6 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<object class="GtkAdjustment" id="adjustment1"> <object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property> <property name="lower">1</property>
<property name="upper">60</property> <property name="upper">60</property>
<property name="value">15</property> <property name="value">10</property>
<property name="step_increment">1</property> <property name="step_increment">1</property>
<property name="page_increment">10</property> <property name="page_increment">10</property>
</object> </object>

View file

@ -1839,7 +1839,7 @@ void AutoRecovery::implts_readAutoSaveConfig()
} /* SAFE */ } /* SAFE */
// AutoSaveTimeIntervall [int] in min // AutoSaveTimeIntervall [int] in min
sal_Int32 nTimeIntervall = 15; sal_Int32 nTimeIntervall = 10;
xCommonRegistry->getByHierarchicalName(OUString(CFG_ENTRY_AUTOSAVE_TIMEINTERVALL)) >>= nTimeIntervall; xCommonRegistry->getByHierarchicalName(OUString(CFG_ENTRY_AUTOSAVE_TIMEINTERVALL)) >>= nTimeIntervall;
/* SAFE */ { /* SAFE */ {

View file

@ -2214,18 +2214,16 @@
<constraints> <constraints>
<minInclusive oor:value="1"> <minInclusive oor:value="1">
<info> <info>
<desc>Specifies that the minimum time interval is 1 <desc>Specifies that the minimum time interval is 1 minute.</desc>
minute.</desc>
</info> </info>
</minInclusive> </minInclusive>
<maxInclusive oor:value="60"> <maxInclusive oor:value="60">
<info> <info>
<desc>Specifies that the maximum time interval is 60 <desc>Specifies that the maximum time interval is 60 minutes.</desc>
minutes.</desc>
</info> </info>
</maxInclusive> </maxInclusive>
</constraints> </constraints>
<value>15</value> <value>10</value>
</prop> </prop>
<prop oor:name="ViewInfo" oor:type="xs:boolean" oor:nillable="false"> <prop oor:name="ViewInfo" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: General/Restore --> <!-- OldPath: General/Restore -->

View file

@ -128,7 +128,7 @@
<info> <info>
<desc> </desc> <desc> </desc>
</info> </info>
<value>15</value> <value>10</value>
</prop> </prop>
<prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false"> <prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false">
<info> <info>