summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsortopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsortopt.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsortopt.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/lotuswordpro/source/filter/lwpsortopt.cxx b/lotuswordpro/source/filter/lwpsortopt.cxx
index 151e24fa66fb..e1919d334f28 100644
--- a/lotuswordpro/source/filter/lwpsortopt.cxx
+++ b/lotuswordpro/source/filter/lwpsortopt.cxx
@@ -89,13 +89,5 @@ void LwpSortOption::Read(LwpObjectStream *pStrm)
}
pStrm->SkipExtra();
}
-/**
- * @descr return the disk size
- **/
-sal_uInt16 LwpSortOption::DiskSize()
-{
- sal_uInt16 keysize = 4 * sizeof(sal_uInt16);
- return (3* keysize + (2 * sizeof(sal_uInt16)) + sizeof(sal_uInt8) + sizeof(sal_uInt16));
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */