summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/benval.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-29 00:31:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-29 09:56:08 +0100
commitde82a40f84c69081a517617989c344ec9597cb45 (patch)
tree6b9c15c67b11db681e6e8417b62efdd0a98b013a /lotuswordpro/source/filter/benval.cxx
parentvarious centralized isFOOAsciiStrings (diff)
downloadcore-de82a40f84c69081a517617989c344ec9597cb45.tar.gz
core-de82a40f84c69081a517617989c344ec9597cb45.zip
callcatcher: drop various unused methods
Diffstat (limited to 'lotuswordpro/source/filter/benval.cxx')
-rw-r--r--lotuswordpro/source/filter/benval.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/lotuswordpro/source/filter/benval.cxx b/lotuswordpro/source/filter/benval.cxx
index de1fc1248304..06f45fe26cd2 100644
--- a/lotuswordpro/source/filter/benval.cxx
+++ b/lotuswordpro/source/filter/benval.cxx
@@ -132,21 +132,6 @@ CBenValue::ReadValueData(BenDataPtr pReadBuffer, unsigned long Offset,
return BenErr_OK;
}
-BenError
-CBenValue::WriteValueData(BenConstDataPtr /*pWriteBuffer*/, unsigned long /*Offset*/,
- unsigned long /*Amt*/, unsigned long * /*pAmtWritten*/)
-{
- return BenErr_OK;
-}
-
-BenError
-CBenValue::WriteValueData(BenConstDataPtr pWriteBuffer, unsigned long Offset,
- unsigned long Amt)
-{
- unsigned long AmtWritten;
- return WriteValueData(pWriteBuffer, Offset, Amt, &AmtWritten);
-}
-
}//end namespace OpenStormBento
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */