summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsdwfileloader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsdwfileloader.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsdwfileloader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwfileloader.cxx b/lotuswordpro/source/filter/lwpsdwfileloader.cxx
index ac2687ad7e9e..5f4cd9660f68 100644
--- a/lotuswordpro/source/filter/lwpsdwfileloader.cxx
+++ b/lotuswordpro/source/filter/lwpsdwfileloader.cxx
@@ -79,7 +79,7 @@ LwpSdwFileLoader::~LwpSdwFileLoader()
void LwpSdwFileLoader::CreateDrawObjects(std::vector< rtl::Reference<XFFrame> >* pDrawObjVector)
{
unsigned char BinSignature[2];
- m_pStream->Read(BinSignature,2);
+ m_pStream->ReadBytes(BinSignature, 2);
if (BinSignature[0] == 'S' && BinSignature[1] == 'M')
{