[Libreoffice-commits] core.git: cui/uiconfig framework/source officecfg/registry

Yousuf Philips philipz85 at hotmail.com
Tue Oct 13 07:42:00 PDT 2015


 cui/uiconfig/ui/optsavepage.ui                               |    2 +-
 framework/source/services/autorecovery.cxx                   |    2 +-
 officecfg/registry/schema/org/openoffice/Office/Common.xcs   |    8 +++-----
 officecfg/registry/schema/org/openoffice/Office/Recovery.xcs |    2 +-
 4 files changed, 6 insertions(+), 8 deletions(-)

New commits:
commit 2e0b9891764bb4cae6ed9a1b111d9b6dafeee92d
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Mon Oct 5 00:21:42 2015 +0400

    tdf#94042 Change autorecovery & autosave to 10 minutes
    
    Change-Id: I53ee3002db38cc7d79cd431fc6254fde5427b751
    Reviewed-on: https://gerrit.libreoffice.org/19136
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/cui/uiconfig/ui/optsavepage.ui b/cui/uiconfig/ui/optsavepage.ui
index d180503..9a6b81e 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 2c074eb..76960f7 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 faf8895..946bbed 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 5e7af2d..24d6a22 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>


More information about the Libreoffice-commits mailing list