coverity#736772 Dereference before null check
Change-Id: Idf973cb888c7ac7a3e33aa2fdec0e25515b1feca
This commit is contained in:
@@ -1563,7 +1563,7 @@ void ImpEditView::dragGestureRecognized(const ::com::sun::star::datatransfer::dn
|
|||||||
GetEditSelection() = aCopySel;
|
GetEditSelection() = aCopySel;
|
||||||
DrawSelection();
|
DrawSelection();
|
||||||
sal_Bool bGotoCursor = DoAutoScroll();
|
sal_Bool bGotoCursor = DoAutoScroll();
|
||||||
sal_Bool bForceCursor = ( pDragAndDropInfo ? sal_False : sal_True ) && !pEditEngine->pImpEditEngine->IsInSelectionMode();
|
sal_Bool bForceCursor = sal_False;
|
||||||
ShowCursor( bGotoCursor, bForceCursor );
|
ShowCursor( bGotoCursor, bForceCursor );
|
||||||
}
|
}
|
||||||
else if ( IsBulletArea( aMousePos, &nPara ) )
|
else if ( IsBulletArea( aMousePos, &nPara ) )
|
||||||
|
Reference in New Issue
Block a user