summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stg.cxx')
-rw-r--r--sot/source/sdstor/stg.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index 944b8c9841b3..27c95c82162d 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -308,14 +308,6 @@ sal_Bool StorageStream::ValidateMode( StreamMode nMode ) const
return bRet;
}
-sal_Bool StorageStream::ValidateMode( StreamMode nMode, StgDirEntry* p ) const
-{
- sal_Bool bRet = ValidateMode_Impl( nMode, p );
- if ( !bRet )
- SetError( SVSTREAM_ACCESS_DENIED );
- return bRet;
-}
-
///////////////////////// class SvStorageInfo //////////////////////////////
SvStorageInfo::SvStorageInfo( const StgDirEntry& rE )