summaryrefslogtreecommitdiff
path: root/vcl/source/treelist/transfer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/treelist/transfer.cxx')
-rw-r--r--vcl/source/treelist/transfer.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/source/treelist/transfer.cxx b/vcl/source/treelist/transfer.cxx
index 28fe43fda5f3..4d6ef1f9b1cf 100644
--- a/vcl/source/treelist/transfer.cxx
+++ b/vcl/source/treelist/transfer.cxx
@@ -952,8 +952,7 @@ void TransferableHelper::CopyToSelection( vcl::Window *pWindow ) const
}
-void TransferableHelper::StartDrag( vcl::Window* pWindow, sal_Int8 nDnDSourceActions,
- sal_Int32 nDnDPointer )
+void TransferableHelper::StartDrag( vcl::Window* pWindow, sal_Int8 nDnDSourceActions )
{
DBG_ASSERT( pWindow, "Window pointer is NULL" );
@@ -987,7 +986,7 @@ void TransferableHelper::StartDrag( vcl::Window* pWindow, sal_Int8 nDnDSourceAct
aEvt.DragOriginY = aPt.Y();
aEvt.DragSource = xDragSource;
- xDragSource->startDrag( aEvt, nDnDSourceActions, nDnDPointer, DND_IMAGE_NONE, this, this );
+ xDragSource->startDrag( aEvt, nDnDSourceActions, DND_POINTER_NONE, DND_IMAGE_NONE, this, this );
}
catch( const css::uno::Exception& )
{