From 403c13487c36f4200adf0986c5d11398f719cd7a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Aug 2015 16:28:49 +0200 Subject: loplugin:unusedmethods Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/transfer.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svtools/transfer.hxx') diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx index c19f4039dad8..675b191a5980 100644 --- a/include/svtools/transfer.hxx +++ b/include/svtools/transfer.hxx @@ -478,7 +478,6 @@ public: // typically called by the application in ::AcceptDrop and ::ExecuteDrop and (see above) bool IsDropFormatSupported( SotClipboardFormatId nFormat ); - bool IsDropFormatSupported( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ); DataFlavorExVector& GetDataFlavorExVector() const {return *mpFormats; } -- cgit