summaryrefslogtreecommitdiff
path: root/sot/inc
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-06 14:05:39 -0800
committerMichael Stahl <mstahl@redhat.com>2012-02-07 00:44:28 +0100
commit8d31e2fe628b725e34427789a6afdd6509a0c3f4 (patch)
tree4201998894367336bec59d65378875e29aa8e819 /sot/inc
parent5e7c721c80b3d968bbc83cf7f744dde9483a2d19 (diff)
sot: Delete FileList::GetFormat as it is no longer used
Diffstat (limited to 'sot/inc')
-rw-r--r--sot/inc/sot/filelist.hxx4
1 files changed, 0 insertions, 4 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;