framework/source/services/autorecovery.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 514cc22875a90c8faa3d946ad47ebb68bd710ac7
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Wed Jul 19 15:27:56 2023 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Wed Jul 19 20:26:48 2023 +0200

    Use correct configuration
    
    I introduced it in commit 79113484cacb630f93f87c483b6c5d97c47b8728
    by mistake, when rebased on 3c41b32562d5ccdd306000484c5b16245b2b4a4f.
    
    Change-Id: Ia3ba91cda9e54d9434b6d79bf78afd13f2b20d5e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154619
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/framework/source/services/autorecovery.cxx 
b/framework/source/services/autorecovery.cxx
index ee58ba9212a2..b1abcf5e9982 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -2840,7 +2840,7 @@ AutoRecovery::ETimerType AutoRecovery::implts_saveDocs(   
    bool        bAllow
     CacheLockGuard aCacheLock(this, 
cppu::WeakComponentImplHelperBase::rBHelper.rMutex, m_nDocCacheLock, 
LOCK_FOR_CACHE_USE);
 
     const sal_Int64 nConfiguredAutoSaveInterval
-        = 
officecfg::Office::Common::Save::Document::AutoSaveTimeIntervall::get()
+        = officecfg::Office::Recovery::AutoSave::TimeIntervall::get()
           * sal_Int64(60000); // min -> ms
 
     /* SAFE */ {

Reply via email to