summaryrefslogtreecommitdiff
path: root/include/comphelper/container.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/container.hxx
parent87a9abf351d1547638ec25c72d7fcb27d1b61440 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ibd0e6ae5e3243464b2484a009f2b4781bdaac471
Diffstat (limited to 'include/comphelper/container.hxx')
-rw-r--r--include/comphelper/container.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/container.hxx b/include/comphelper/container.hxx
index 376406734935..ceae9f3c5586 100644
--- a/include/comphelper/container.hxx
+++ b/include/comphelper/container.hxx
@@ -57,7 +57,7 @@ public:
css::uno::Reference< css::uno::XInterface> Next();
- virtual void Invalidate() { m_xCurrentObject = NULL; }
+ virtual void Invalidate() { m_xCurrentObject = nullptr; }
protected:
virtual bool ShouldHandleElement(const css::uno::Reference< css::uno::XInterface>& /*rElement*/) { return true; }