summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bencont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/bencont.cxx')
-rw-r--r--lotuswordpro/source/filter/bencont.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/bencont.cxx b/lotuswordpro/source/filter/bencont.cxx
index d2a0e0fa220d..320444de819b 100644
--- a/lotuswordpro/source/filter/bencont.cxx
+++ b/lotuswordpro/source/filter/bencont.cxx
@@ -455,13 +455,6 @@ BenError LtcBenContainer::CreateGraphicStream(SvStream * &pStream, const char *p
#include <tools/globname.hxx>
-void LtcBenContainer::ReadAswEntry(SvStream * pStream, AswEntry & rEntry)
-{
- char* pBuf = new char[ASWENTRY_SIZE];
- pStream->Read(pBuf, ASWENTRY_SIZE);
- rEntry.Load(pBuf);
- delete[] pBuf;
-}
////////////////////////////////////////////////////////////////////
//classs AswEntry
AswEntry::AswEntry()