summaryrefslogtreecommitdiff
path: root/idl/inc/module.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:17:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:28 +0100
commit85552d865b8dcd059b0eb33c42c8a491f88402e3 (patch)
tree0efcce321d2747553d646d001262eb889592c23b /idl/inc/module.hxx
parent6f66890d143e1c5f8d7b183f8fa2d06b2a0087c8 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ibe4adf92bb8eaf8b093bae87136d3a6a59e856f4
Diffstat (limited to 'idl/inc/module.hxx')
-rw-r--r--idl/inc/module.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index fb93209cfdb4..3855699c5f50 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -54,7 +54,7 @@ protected:
public:
TYPEINFO_OVERRIDE();
- virtual bool SetName( const OString& rName, SvIdlDataBase * = NULL ) override;
+ virtual bool SetName( const OString& rName, SvIdlDataBase * = nullptr ) override;
SvMetaModule( bool bImported );