diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-29 12:40:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-29 15:08:43 +0200 |
commit | 34180700b2686c97cdce0b52ca9578a41a153035 (patch) | |
tree | 073f3753e4483f30efa3c7c769f23971e6a046d5 /sot/source | |
parent | e710170d906fcb248a5e4ff5a3a90cbf0e20003d (diff) |
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/base/filelist.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx index 80ae479b1601..adb3c32987be 100644 --- a/sot/source/base/filelist.cxx +++ b/sot/source/base/filelist.cxx @@ -60,17 +60,6 @@ FileList& FileList::operator=( const FileList& rFileList ) |* \******************************************************************************/ -/* - * NOTE: to correctly handle this Protocol with Unicode, native Win32 must be called: - * e.g. DropQueryFile - */ - -SvStream& WriteFileList( SvStream& rOStm, SAL_UNUSED_PARAMETER const FileList& ) -{ - OSL_FAIL("TODO: Not implemented!"); - return rOStm; -} - /* #i28176# The Windows clipboard bridge now provides a double '\0' terminated list of file names for format SotClipboardFormatId::FILE_LIST |