From 8d31e2fe628b725e34427789a6afdd6509a0c3f4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 6 Feb 2012 14:05:39 -0800 Subject: sot: Delete FileList::GetFormat as it is no longer used --- sot/inc/sot/filelist.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sot/inc') 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; -- cgit