summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/storage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/storage.cxx')
-rw-r--r--sot/source/sdstor/storage.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index 5c7241a44177..ef223fc096ee 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -146,23 +146,6 @@ SotStorageStream::~SotStorageStream()
}
/*************************************************************************
-|* SotStorageStream::SyncSvStream()
-|*
-|* Beschreibung: Der SvStream wird auf den Zustand des Standard-Streams
-|* gesetzt. Der Puffer des SvStreams wird weggeworfen.
-*************************************************************************/
-void SotStorageStream::SyncSvStream()
-{
- if( pOwnStm )
- {
- pOwnStm->Flush();
- sal_uLong nPos = pOwnStm->Tell();
- SetError( pOwnStm->GetError() );
- SvStream::SyncSvStream( nPos );
- }
-}
-
-/*************************************************************************
|* SotStorageStream::ResetError()
|*
|* Beschreibung