summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsortopt.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-15 11:06:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-16 09:04:08 +0100
commit0a9fa3d840da1ba224397fddd6a09852d7121701 (patch)
tree7712687d35e8504cc9535814458feea8b082a12f /lotuswordpro/source/filter/lwpsortopt.cxx
parentcatch by const reference (diff)
downloadcore-0a9fa3d840da1ba224397fddd6a09852d7121701.tar.gz
core-0a9fa3d840da1ba224397fddd6a09852d7121701.zip
ditch some junk
Diffstat (limited to 'lotuswordpro/source/filter/lwpsortopt.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsortopt.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/lwpsortopt.cxx b/lotuswordpro/source/filter/lwpsortopt.cxx
index e4ce34da591d..151e24fa66fb 100644
--- a/lotuswordpro/source/filter/lwpsortopt.cxx
+++ b/lotuswordpro/source/filter/lwpsortopt.cxx
@@ -90,13 +90,6 @@ void LwpSortOption::Read(LwpObjectStream *pStrm)
pStrm->SkipExtra();
}
/**
- * @descr skip the sort option
- **/
-void LwpSortOption::Skip(LwpObjectStream *pStrm)
-{
- pStrm->SeekRel(DiskSize());
-}
-/**
* @descr return the disk size
**/
sal_uInt16 LwpSortOption::DiskSize()