summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpobjid.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-16 23:06:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-17 09:54:13 +0100
commit7acd9e2c28911003511de641cfd18b86bde7d808 (patch)
tree17d19f4778f0df9a9557d827ea0b6b43757750ec /lotuswordpro/source/filter/lwpobjid.hxx
parent9b845e5814ba8f251986494bed4ec3c64bddcfd3 (diff)
callcatcher: remove some methods
Diffstat (limited to 'lotuswordpro/source/filter/lwpobjid.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpobjid.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpobjid.hxx b/lotuswordpro/source/filter/lwpobjid.hxx
index 284e4a721428..0c54a2bd4d8c 100644
--- a/lotuswordpro/source/filter/lwpobjid.hxx
+++ b/lotuswordpro/source/filter/lwpobjid.hxx
@@ -88,7 +88,6 @@ public:
sal_uInt32 Read( LwpObjectStream *pStrm );
sal_uInt32 ReadIndexed( LwpSvStream* pStrm );
sal_uInt32 ReadIndexed( LwpObjectStream *pStrm );
- sal_uInt32 ReadCompressed( LwpSvStream* pStrm, LwpObjectID &prev );
sal_uInt32 ReadCompressed( LwpObjectStream* pObj, LwpObjectID& prev );
sal_uInt32 DiskSize() const;
@@ -103,7 +102,6 @@ public:
sal_Bool operator == (const LwpObjectID &Other) const;
sal_Bool operator != (const LwpObjectID &Other) const;
- sal_Char* GetBuffer(sal_Char* buf);
LwpObject* obj(VO_TYPE tag=VO_INVALID) const;
size_t HashCode() const;
};