diff options
4 files changed, 6 insertions, 8 deletions
diff --git a/cui/uiconfig/ui/optsavepage.ui b/cui/uiconfig/ui/optsavepage.ui index d1805030a0c7..9a6b81ef1416 100644 --- a/cui/uiconfig/ui/optsavepage.ui +++ b/cui/uiconfig/ui/optsavepage.ui @@ -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> diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 2c074eba2eb3..76960f78b066 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -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 */ { 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> |