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:
parent
233bfee704
commit
2e0b989176
4 changed files with 6 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue