From a45827b2308febc7369db27fb489a6d1389534e1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Jul 2015 08:39:57 +0200 Subject: loplugin:unusedmethods Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/brwbox/brwbox2.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'svtools') diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx index 3b7fd2afcf6a..8e481a12231d 100644 --- a/svtools/source/brwbox/brwbox2.cxx +++ b/svtools/source/brwbox/brwbox2.cxx @@ -95,13 +95,7 @@ bool BrowseBox::IsDropFormatSupported( SotClipboardFormatId _nFormat ) } -bool BrowseBox::IsDropFormatSupported( const DataFlavor& _rFlavor ) -{ - if ( static_cast< BrowserDataWin* >( pDataWin.get() )->bCallingDropCallback ) - return static_cast< BrowserDataWin* >( pDataWin.get() )->IsDropFormatSupported( _rFlavor ); - return DropTargetHelper::IsDropFormatSupported( _rFlavor ); -} void BrowseBox::Command( const CommandEvent& rEvt ) -- cgit