summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/threadmanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/threadmanager.cxx')
-rw-r--r--sw/source/core/docnode/threadmanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/threadmanager.cxx b/sw/source/core/docnode/threadmanager.cxx
index cb1e380faeab..46e58dab9f7c 100644
--- a/sw/source/core/docnode/threadmanager.cxx
+++ b/sw/source/core/docnode/threadmanager.cxx
@@ -142,7 +142,7 @@ void ThreadManager::RemoveThread( const oslInterlockedCount nThreadID,
}
// Try to start thread from waiting ones
- TryToStartNewThread( 0 );
+ TryToStartNewThread( nullptr );
}
else
{