summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stg.cxx2
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;