diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-06 14:05:39 -0800 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-02-07 00:44:28 +0100 |
commit | 8d31e2fe628b725e34427789a6afdd6509a0c3f4 (patch) | |
tree | 4201998894367336bec59d65378875e29aa8e819 /sot | |
parent | 5e7c721c80b3d968bbc83cf7f744dde9483a2d19 (diff) |
sot: Delete FileList::GetFormat as it is no longer used
Diffstat (limited to 'sot')
-rw-r--r-- | sot/inc/sot/filelist.hxx | 4 | ||||
-rw-r--r-- | sot/source/base/filelist.cxx | 11 |
2 files changed, 0 insertions, 15 deletions
diff --git a/sot/inc/sot/filelist.hxx b/sot/inc/sot/filelist.hxx index 0ba367fa9f72..8f1832842ded 100644 --- a/sot/inc/sot/filelist.hxx +++ b/sot/inc/sot/filelist.hxx @@ -62,10 +62,6 @@ public: SOT_DLLPUBLIC friend SvStream& operator<<( SvStream& rOStm, const FileList& rFileList ); SOT_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStm, FileList& rFileList ); - // Clipboard, D&D usw. - static sal_uLong GetFormat(); - - // Liste fuellen/abfragen void AppendFile( const String& rStr ); String GetFile( size_t i ) const; diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx index 052657ee3a1a..146ad41f9911 100644 --- a/sot/source/base/filelist.cxx +++ b/sot/source/base/filelist.cxx @@ -67,17 +67,6 @@ FileList& FileList::operator=( const FileList& rFileList ) return *this; } -/************************************************************************* -|* -|* FileList::GetFormatName() -|* -\*************************************************************************/ - -sal_uLong FileList::GetFormat() -{ - return FORMAT_FILE_LIST; -} - /****************************************************************************** |* |* virtuelle SvData-Methoden |