summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/propread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/ppt/propread.cxx')
-rw-r--r--sd/source/filter/ppt/propread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/propread.cxx b/sd/source/filter/ppt/propread.cxx
index 03e05d0623bf..b90d30502ce3 100644
--- a/sd/source/filter/ppt/propread.cxx
+++ b/sd/source/filter/ppt/propread.cxx
@@ -574,7 +574,7 @@ const Section* PropRead::GetSection( const sal_uInt8* pFMTID )
if ( memcmp( it->GetFMTID(), pFMTID, 16 ) == 0 )
return &(*it);
}
- return NULL;
+ return nullptr;
}
void PropRead::Read()