summaryrefslogtreecommitdiff
path: root/idl/inc/database.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/database.hxx
parent6f66890d143e1c5f8d7b183f8fa2d06b2a0087c8 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ibe4adf92bb8eaf8b093bae87136d3a6a59e856f4
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r--idl/inc/database.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 4031ddea2ba4..0c385f70821a 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -123,7 +123,7 @@ public:
SvMetaType * ReadKnownType( SvTokenStream & rInStm );
SvMetaAttribute * ReadKnownAttr( SvTokenStream & rInStm,
- SvMetaType * pType = NULL );
+ SvMetaType * pType = nullptr );
SvMetaAttribute * SearchKnownAttr( const SvIdentifier& );
SvMetaClass * ReadKnownClass( SvTokenStream & rInStm );
void AddDepFile(OUString const& rFileName);