summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-26 22:26:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-29 09:56:05 +0100
commit012072ebd70a2180918864818f522944e46adf07 (patch)
treeba33e6c949b52aa7f61ef410f809c817fea5c328 /lotuswordpro/source/filter/bento.hxx
parenteb71f3d572b6e1c24a072bd2fcd9c29e08113d32 (diff)
valgrind: various unused code
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 6f534d03051c..e2b4379780ae 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -336,20 +336,11 @@ public:
unsigned long GetValueSize();
BenError ReadValueData(BenDataPtr pBuffer,
unsigned long Offset, unsigned long MaxSize, unsigned long * pAmtRead);
- BenError ReadValueDataKnownSize(BenDataPtr pBuffer,
- unsigned long Offset, unsigned long Amt);
BenError BEN_EXPORT WriteValueData(BenConstDataPtr pBuffer,
unsigned long Offset, unsigned long Size);
BenError BEN_EXPORT WriteValueData(BenConstDataPtr pBuffer,
unsigned long Offset, unsigned long Size, unsigned long * pAmtWritten);
- BenError BEN_EXPORT WriteImmediateValueData(BenConstDataPtr pBuffer,
- unsigned short Size);
- BenError BEN_EXPORT TruncateValueSize(unsigned long NewSize);
- BenError BEN_EXPORT NewReference(BenObjectID ReferencedObjectID,
- pCBenReference pReference);
- BenObjectID BEN_EXPORT GetReferencedObject(pCBenReference pReference);
-
pCBenProperty BEN_EXPORT GetProperty() { return cpProperty; }
@@ -377,7 +368,6 @@ public: // Internal methods
pCurrValueSegment);
inline pLtcBenContainer GetContainer();
pCUtList GetValueSegments() { return &cValueSegments; }
- BenObjectID GetReferencedListID();
// Currently, no generation support
BenGeneration GetGeneration() { return 1; }