summaryrefslogtreecommitdiff
path: root/idl/source/cmptools/lex.cxx
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/source/cmptools/lex.cxx
parent6f66890d143e1c5f8d7b183f8fa2d06b2a0087c8 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ibe4adf92bb8eaf8b093bae87136d3a6a59e856f4
Diffstat (limited to 'idl/source/cmptools/lex.cxx')
-rw-r--r--idl/source/cmptools/lex.cxx2
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 )
{