diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/stream.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 04ddd2cba111..515f3a1657ab 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -1673,15 +1673,6 @@ SvMemoryStream::~SvMemoryStream() } } -sal_uInt64 SvMemoryStream::GetSize() -{ - Flush(); - sal_uInt64 const nTemp = Tell(); - sal_uInt64 const nLength = Seek( STREAM_SEEK_TO_END ); - Seek( nTemp ); - return nLength; -} - void SvMemoryStream::SetBuffer( void* pNewBuf, std::size_t nCount, std::size_t nEOF ) { |