diff options
-rw-r--r-- | sw/source/core/doc/DocumentTimerManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentTimerManager.cxx b/sw/source/core/doc/DocumentTimerManager.cxx index 35f2eb94dcbd..205e5992e59c 100644 --- a/sw/source/core/doc/DocumentTimerManager.cxx +++ b/sw/source/core/doc/DocumentTimerManager.cxx @@ -49,7 +49,7 @@ DocumentTimerManager::DocumentTimerManager( SwDoc& i_rSwdoc ) : m_rDoc( i_rSwdoc void DocumentTimerManager::StartIdling() { - if( !mIdleBlockCount && !maDocIdle.IsActive() ) + if( !mIdleBlockCount ) { mbStartIdleTimer = false; maDocIdle.Start(); |