summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgole.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgole.cxx')
-rw-r--r--sot/source/sdstor/stgole.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx
index ae5b58c39e8a..6d5ff467f4b7 100644
--- a/sot/source/sdstor/stgole.cxx
+++ b/sot/source/sdstor/stgole.cxx
@@ -169,18 +169,6 @@ StgOleStream::StgOleStream( BaseStorage& rStg, bool bWr )
nFlags = 0;
}
-bool StgOleStream::Load()
-{
- nFlags = 0;
- if( GetError() != SVSTREAM_OK )
- return false;
-
- sal_Int32 version = 0;
- Seek( 0L );
- ReadInt32( version ).ReadUInt32( nFlags );
- return GetError() == SVSTREAM_OK;
-}
-
bool StgOleStream::Store()
{
if( GetError() != SVSTREAM_OK )