From 2e0b9891764bb4cae6ed9a1b111d9b6dafeee92d Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Mon, 5 Oct 2015 00:21:42 +0400 Subject: tdf#94042 Change autorecovery & autosave to 10 minutes Change-Id: I53ee3002db38cc7d79cd431fc6254fde5427b751 Reviewed-on: https://gerrit.libreoffice.org/19136 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- framework/source/services/autorecovery.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/source') 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 */ { -- cgit