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/source/cmptools/lex.cxx | |
parent | 6f66890d143e1c5f8d7b183f8fa2d06b2a0087c8 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: Ibe4adf92bb8eaf8b093bae87136d3a6a59e856f4
Diffstat (limited to 'idl/source/cmptools/lex.cxx')
-rw-r--r-- | idl/source/cmptools/lex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/cmptools/lex.cxx b/idl/source/cmptools/lex.cxx index 571f4c133322..84737e28df2c 100644 --- a/idl/source/cmptools/lex.cxx +++ b/idl/source/cmptools/lex.cxx @@ -104,7 +104,7 @@ SvTokenStream::SvTokenStream( const OUString & rFileName ) } SvTokenStream::SvTokenStream( SvStream & rStream, const OUString & rFileName ) - : pInStream( NULL ) + : pInStream( nullptr ) , rInStream( rStream ) , aFileName( rFileName ) { |