editeng/source/editeng/impedit.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit fb30020dd869e545c0c67b8a5deb66a31d7bb6ef
Author: Miklos Vajna <vmik...@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 ) )
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to