summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
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
|*
\******************************************************************************/