[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - svx/source
Caolán McNamara
caolanm at redhat.com
Mon Nov 24 01:19:39 PST 2014
svx/source/svdraw/svdview.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 89c2ade7b4eebd2a74d050b6c41ba747e3bb44a1
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Nov 24 09:18:09 2014 +0000
Revert "show pointer_move arrow when passing over an object boundary"
revert on 4-4 until figured out the extra piece needed to get this
working nicely with table boundaries
This reverts commit 961ed635515a346a4395b4abf29675e121ddd8ab.
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 3e95552..784d1e8 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -1011,7 +1011,6 @@ Pointer SdrView::GetPreferredPointer(const Point& rMousePos, const OutputDevice*
case SDREVENT_BEGCREATEOBJ:
return aAktCreatePointer;
case SDREVENT_MARKOBJ:
- return Pointer(POINTER_MOVE);
case SDREVENT_BEGMARK:
return Pointer(POINTER_ARROW);
case SDREVENT_MARKPOINT:
More information about the Libreoffice-commits
mailing list