diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:46:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:46:34 +0200 |
commit | 553528de6a03d72f2dbee8334d57ecc85828f423 (patch) | |
tree | c429a01a32a000a3bd650cd4f7b430dcc7637011 /sot | |
parent | 109f9fa26ad4ca92fa7e654b62499ad676c586e4 (diff) |
loplugin:defaultparams
Change-Id: Iab3346afa24004c49be1f1c40588707507b20d60
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx index 9e17f34d3cc7..69ecc37e6545 100644 --- a/sot/source/sdstor/stg.cxx +++ b/sot/source/sdstor/stg.cxx @@ -288,7 +288,7 @@ bool StorageStream::Validate( bool bValidate ) const bool StorageStream::ValidateMode( StreamMode nMode ) const { - bool bRet = ValidateMode_Impl( nMode, NULL ); + bool bRet = ValidateMode_Impl( nMode ); if ( !bRet ) SetError( SVSTREAM_ACCESS_DENIED ); return bRet; |