summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsvstream.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-12 09:42:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-12 11:49:03 +0000
commit2c2e80da68efcee5bffdb61d9c078f9360a639a4 (patch)
treeecd55cd5c97f1dbe2580d033c0fcda6568ff849f /lotuswordpro/source/filter/lwpsvstream.hxx
parentleave the deliberately unused, not-for-use method inline (diff)
downloadcore-2c2e80da68efcee5bffdb61d9c078f9360a639a4.tar.gz
core-2c2e80da68efcee5bffdb61d9c078f9360a639a4.zip
callcatcher: remove newly unused code
and rework reads to just return the read value Change-Id: I5d2f01064465c65859ec4ba031ec9dfa16403487
Diffstat (limited to 'lotuswordpro/source/filter/lwpsvstream.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsvstream.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpsvstream.hxx b/lotuswordpro/source/filter/lwpsvstream.hxx
index 0917cd461c7e..40cb435029f7 100644
--- a/lotuswordpro/source/filter/lwpsvstream.hxx
+++ b/lotuswordpro/source/filter/lwpsvstream.hxx
@@ -76,10 +76,6 @@ public:
LwpSvStream& ReadUInt16( sal_uInt16& rUInt16 );
LwpSvStream& ReadUInt32( sal_uInt32& rUInt32 );
- LwpSvStream& ReadInt8( sal_Int8& rInt8 );
- LwpSvStream& ReadInt16( sal_Int16& rInt16 );
- LwpSvStream& ReadInt32( sal_Int32& rInt32 );
-
static const sal_uInt32 LWP_STREAM_BASE;
LwpSvStream * GetCompressedStream()