summaryrefslogtreecommitdiff
path: root/io/source/stm/opump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/opump.cxx')
-rw-r--r--io/source/stm/opump.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx
index c68d174fab08..3386ba48966f 100644
--- a/io/source/stm/opump.cxx
+++ b/io/source/stm/opump.cxx
@@ -105,7 +105,7 @@ namespace io_stm {
virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw(std::exception ) override;
};
-Pump::Pump() : m_aThread( 0 ),
+Pump::Pump() : m_aThread( nullptr ),
m_cnt( m_aMutex ),
m_closeFired( false )
{