summaryrefslogtreecommitdiff
path: root/tools/source/stream/stream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/stream/stream.cxx')
-rw-r--r--tools/source/stream/stream.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index 39b3d085e4b8..8cda7c3bd8d2 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -305,16 +305,6 @@ ErrCode SvAsyncLockBytes::FillAppend(const void * pBuffer, sal_Size nCount,
return nError;
}
-// virtual
-sal_uInt64 SvAsyncLockBytes::Seek(sal_uInt64 const nPos)
-{
- // check if a truncated STREAM_SEEK_TO_END was passed
- assert(nPos != SAL_MAX_UINT32);
- if (nPos != STREAM_SEEK_TO_END)
- m_nSize = nPos;
- return m_nSize;
-}
-
// class SvStream
sal_Size SvStream::GetData( void* pData, sal_Size nSize )
@@ -2028,10 +2018,6 @@ bool SvScriptStream::good() const
return mpHandle != NULL;
}
-void SvDataCopyStream::Assign( const SvDataCopyStream& )
-{
-}
-
//Create a OString of nLen bytes from rStream
OString read_uInt8s_ToOString(SvStream& rStrm, sal_Size nLen)
{