[Libreoffice-commits] core.git: editeng/source
Miklos Vajna
vmiklos at collabora.co.uk
Mon Mar 24 02:20:09 PDT 2014
editeng/source/editeng/impedit.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit fb30020dd869e545c0c67b8a5deb66a31d7bb6ef
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Mar 24 10:09:06 2014 +0100
editeng: clean up unneeded bForceCursor
Change-Id: Idb12f1c388e14dc833fd7d153c4099639f11ea11
diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx
index c4ff073..5d29c8b 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -1563,8 +1563,7 @@ void ImpEditView::dragGestureRecognized(const ::com::sun::star::datatransfer::dn
GetEditSelection() = aCopySel;
DrawSelection();
sal_Bool bGotoCursor = DoAutoScroll();
- sal_Bool bForceCursor = sal_False;
- ShowCursor( bGotoCursor, bForceCursor );
+ ShowCursor( bGotoCursor, /*bForceCursor=*/sal_False );
}
else if ( IsBulletArea( aMousePos, &nPara ) )
{
More information about the Libreoffice-commits
mailing list