summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/brwbox2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/brwbox2.cxx')
-rw-r--r--svtools/source/brwbox/brwbox2.cxx6
1 files changed, 0 insertions, 6 deletions
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 )