summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/edtdd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/docvw/edtdd.cxx')
-rw-r--r--sw/source/ui/docvw/edtdd.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/docvw/edtdd.cxx b/sw/source/ui/docvw/edtdd.cxx
index dd3bdf287812..da9d0fb9cc4e 100644
--- a/sw/source/ui/docvw/edtdd.cxx
+++ b/sw/source/ui/docvw/edtdd.cxx
@@ -19,7 +19,6 @@
#include <hintids.hxx>
-
#include <svx/svdview.hxx>
#include <editeng/outliner.hxx>
#include <svx/svdobj.hxx>
@@ -58,7 +57,6 @@ void SwEditWin::StartDDTimer()
bDDTimerStarted = true;
}
-
void SwEditWin::StopDDTimer(SwWrtShell *pSh, const Point &rPt)
{
m_aTimer.Stop();
@@ -154,7 +152,6 @@ void SwEditWin::DragFinished()
m_bIsInDrag = sal_False;
}
-
void SwEditWin::DropCleanup()
{
SwWrtShell &rSh = m_rView.GetWrtShell();
@@ -183,7 +180,6 @@ void SwEditWin::CleanupDropUserMarker()
}
}
-
//exhibition hack (MA,MBA)
void SwView::SelectShellForDrop()
{
@@ -234,7 +230,6 @@ sal_Int8 SwEditWin::ExecuteDrop( const ExecuteDropEvent& rEvt )
nUserOpt, m_nDropFormat, nEventAction, 0,
&rEvt.maDropEvent.Transferable );
-
TransferableDataHelper aData( rEvt.maDropEvent.Transferable );
nRet = rEvt.mnAction;
if( !SwTransferable::PasteData( aData, rSh, m_nDropAction, m_nDropFormat,
@@ -247,7 +242,6 @@ sal_Int8 SwEditWin::ExecuteDrop( const ExecuteDropEvent& rEvt )
return nRet;
}
-
sal_uInt16 SwEditWin::GetDropDestination( const Point& rPixPnt, SdrObject ** ppObj )
{
SwWrtShell &rSh = m_rView.GetWrtShell();
@@ -481,7 +475,6 @@ sal_Int8 SwEditWin::AcceptDrop( const AcceptDropEvent& rEvt )
return DND_ACTION_NONE;
}
-
IMPL_LINK_NOARG(SwEditWin, DDHandler)
{
bDDTimerStarted = false;