summaryrefslogtreecommitdiff
path: root/io/source/stm/opump.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:17:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:29 +0100
commit22980bea48da60918354463d78dd53938f764725 (patch)
tree4e386627fc2037027e0df16a32de2f3deac738b5 /io/source/stm/opump.cxx
parenta96b564aeeea6cd27d68084327d11be615ebc0a8 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I04ceb5b1514a1d0bf123a1cded5e1aac3e8dde2f
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 )
{