summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsvstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsvstream.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsvstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpsvstream.cxx b/lotuswordpro/source/filter/lwpsvstream.cxx
index 055b23579220..7ad492e27926 100644
--- a/lotuswordpro/source/filter/lwpsvstream.cxx
+++ b/lotuswordpro/source/filter/lwpsvstream.cxx
@@ -68,7 +68,7 @@ LwpSvStream::LwpSvStream(SvStream* pStream, LwpSvStream * pCompressed)
*/
sal_Int32 LwpSvStream::Read(void* buf, sal_Int32 nBytesToRead)
{
- return m_pStream->Read(buf,nBytesToRead);
+ return m_pStream->ReadBytes(buf, nBytesToRead);
}
LwpSvStream& LwpSvStream::ReadUInt8( sal_uInt8& rUInt8 )