diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:11:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:19 +0100 |
commit | fb4ce444c2239aa089b0b3c8f4b7629a624edea2 (patch) | |
tree | 518ecd4aeddc5d7b68a8051c66107751b7600451 /include/comphelper/propmultiplex.hxx | |
parent | 87a9abf351d1547638ec25c72d7fcb27d1b61440 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: Ibd0e6ae5e3243464b2484a009f2b4781bdaac471
Diffstat (limited to 'include/comphelper/propmultiplex.hxx')
-rw-r--r-- | include/comphelper/propmultiplex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/propmultiplex.hxx b/include/comphelper/propmultiplex.hxx index f6ba60a9580c..ac4eb02cd26d 100644 --- a/include/comphelper/propmultiplex.hxx +++ b/include/comphelper/propmultiplex.hxx @@ -48,7 +48,7 @@ namespace comphelper public: OPropertyChangeListener(::osl::Mutex& _rMutex) - : m_pAdapter(NULL), m_rMutex(_rMutex) { } + : m_pAdapter(nullptr), m_rMutex(_rMutex) { } virtual ~OPropertyChangeListener(); virtual void _propertyChanged(const css::beans::PropertyChangeEvent& _rEvent) |