summaryrefslogtreecommitdiff
path: root/include/comphelper/propmultiplex.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:11:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:19 +0100
commitfb4ce444c2239aa089b0b3c8f4b7629a624edea2 (patch)
tree518ecd4aeddc5d7b68a8051c66107751b7600451 /include/comphelper/propmultiplex.hxx
parent87a9abf351d1547638ec25c72d7fcb27d1b61440 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ibd0e6ae5e3243464b2484a009f2b4781bdaac471
Diffstat (limited to 'include/comphelper/propmultiplex.hxx')
-rw-r--r--include/comphelper/propmultiplex.hxx2
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)