From d3d4b8691968810bb57bbd94dde39bb7be4be4da Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Jul 2015 13:55:55 +0200 Subject: loplugin:unusedmethods tools Change-Id: I45f5489233879126d4f9ee3d01db504d950bb597 Reviewed-on: https://gerrit.libreoffice.org/16656 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sot/source/base/filelist.cxx | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'sot') 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 @@ -54,27 +54,6 @@ FileList& FileList::operator=( const FileList& rFileList ) return *this; } -/****************************************************************************** -|* -|* 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(rCopyStream); -} - /****************************************************************************** |* |* Stream-Operatoren -- cgit