diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:17:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:28 +0100 |
commit | 85552d865b8dcd059b0eb33c42c8a491f88402e3 (patch) | |
tree | 0efcce321d2747553d646d001262eb889592c23b /idl/inc/module.hxx | |
parent | 6f66890d143e1c5f8d7b183f8fa2d06b2a0087c8 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: Ibe4adf92bb8eaf8b093bae87136d3a6a59e856f4
Diffstat (limited to 'idl/inc/module.hxx')
-rw-r--r-- | idl/inc/module.hxx | 2 |
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 ); |