summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-01 13:55:55 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 16:27:51 -0500
commite39568f2a52b1cac5831c7212cbf99870b168e45 (patch)
tree7f60f2f961249f96f939a8ff1a40ef540d65cd76 /sot
parent57b18c065eec5c8e4aed01132057d68019bb3666 (diff)
loplugin:unusedmethods tools
Change-Id: I45f5489233879126d4f9ee3d01db504d950bb597 Reviewed-on: https://gerrit.libreoffice.org/16656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> (cherry picked from commit d3d4b8691968810bb57bbd94dde39bb7be4be4da)
Diffstat (limited to 'sot')
-rw-r--r--sot/source/base/filelist.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx
index 8d182c598001..80ae479b1601 100644
--- a/sot/source/base/filelist.cxx
+++ b/sot/source/base/filelist.cxx
@@ -56,27 +56,6 @@ FileList& FileList::operator=( const FileList& rFileList )
/******************************************************************************
|*
-|* virtuelle SvData-Methoden
-|*
-\******************************************************************************/
-
-void FileList::Load( SvStream& rIStm )
-{
- ReadFileList( rIStm, *this );
-}
-
-void FileList::Save( SvStream& rOStm )
-{
- WriteFileList( rOStm, *this );
-}
-
-void FileList::Assign( const SvDataCopyStream& rCopyStream )
-{
- *this = static_cast<const FileList&>(rCopyStream);
-}
-
-/******************************************************************************
-|*
|* Stream-Operatoren
|*
\******************************************************************************/