summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsortopt.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-16 08:53:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-16 09:04:09 +0100
commit13023291d1541cdfc6fa0a00706c149f0f9b2e26 (patch)
tree9472e0dd31d356d568bd95f57ba89c04467c7c2a /lotuswordpro/source/filter/lwpsortopt.cxx
parentcallcatcher: unused code (diff)
downloadcore-13023291d1541cdfc6fa0a00706c149f0f9b2e26.tar.gz
core-13023291d1541cdfc6fa0a00706c149f0f9b2e26.zip
callcatcher: unused code
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: */