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.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/lotuswordpro/source/filter/lwpsvstream.cxx b/lotuswordpro/source/filter/lwpsvstream.cxx
index b65696fbee1b..e49b8b1cc425 100644
--- a/lotuswordpro/source/filter/lwpsvstream.cxx
+++ b/lotuswordpro/source/filter/lwpsvstream.cxx
@@ -88,24 +88,6 @@ LwpSvStream& LwpSvStream::ReadUInt32( sal_uInt32& rUInt32 )
return *this;
}
-LwpSvStream& LwpSvStream::ReadInt8( sal_Int8& rInt8 )
-{
- m_pStream->ReadSChar( rInt8 );
- return *this;
-}
-
-LwpSvStream& LwpSvStream::ReadInt16( sal_Int16& rInt16 )
-{
- m_pStream->ReadInt16( rInt16 );
- return *this;
-}
-
-LwpSvStream& LwpSvStream::ReadInt32( sal_Int32& rInt32 )
-{
- m_pStream->ReadInt32( rInt32 );
- return *this;
-}
-
/**
* @descr SeekRel in stream
*/