summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-10-05 00:21:42 +0400
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-13 14:41:38 +0000
commit2e0b9891764bb4cae6ed9a1b111d9b6dafeee92d (patch)
treed08f1f00dde1cf1f9a5207d5ac4918c928e18062 /framework
parentEmscripten: Don't build liblangtag (diff)
downloadcore-2e0b9891764bb4cae6ed9a1b111d9b6dafeee92d.tar.gz
core-2e0b9891764bb4cae6ed9a1b111d9b6dafeee92d.zip
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>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/autorecovery.cxx2
1 files changed, 1 insertions, 1 deletions
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 */ {