summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/control/edit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index 48d5dc7763a1..dcf15199d7d9 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -101,7 +101,7 @@ struct DDInfo
{
Cursor aCursor;
Selection aDndStartSel;
- xub_StrLen nDropPos;
+ sal_Int32 nDropPos;
bool bStarterOfDD;
bool bDroppedInMe;
bool bVisCursor;
@@ -3165,7 +3165,7 @@ void Edit::dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEv
Point aMousePos( rDTDE.LocationX, rDTDE.LocationY );
- xub_StrLen nPrevDropPos = mpDDInfo->nDropPos;
+ sal_Int32 nPrevDropPos = mpDDInfo->nDropPos;
mpDDInfo->nDropPos = ImplGetCharPos( aMousePos );
/*