summaryrefslogtreecommitdiff
path: root/writerfilter/source/doctok/WW8LFOTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/doctok/WW8LFOTable.cxx')
-rw-r--r--writerfilter/source/doctok/WW8LFOTable.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/writerfilter/source/doctok/WW8LFOTable.cxx b/writerfilter/source/doctok/WW8LFOTable.cxx
index 2164c4887c8b..1197ef7f190d 100644
--- a/writerfilter/source/doctok/WW8LFOTable.cxx
+++ b/writerfilter/source/doctok/WW8LFOTable.cxx
@@ -62,13 +62,6 @@ void WW8LFOTable::initPayload()
payloadOffsets.push_back(nOffsetLFOData);
}
-sal_uInt32 WW8LFOTable::calcPayloadOffset()
-{
- sal_uInt32 nResult = 4 + getEntryCount() * WW8LFO::getSize();
-
- return nResult;
-}
-
sal_uInt32 WW8LFOTable::getEntryCount()
{
return getU32(0);