[Libreoffice-commits] core.git: sc/source
Mihai Varga
mihai.varga at collabora.com
Mon Nov 2 06:55:09 PST 2015
sc/source/ui/unoobj/docuno.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit bcd8da6849780b9680963ef3313d14209a46e5fa
Author: Mihai Varga <mihai.varga at collabora.com>
Date: Mon Nov 2 16:52:48 2015 +0200
LOK: make use of MOUSEMOVE in calc
Change-Id: Ideb7bdabd86e95cf10c7f19f0900110b816970c2
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 27fe638..2e4bb66 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -624,6 +624,9 @@ void ScModelObj::postMouseEvent(int nType, int nX, int nY, int nCount, int nButt
pGridWindow->EndTracking(TrackingEventFlags::DontCallHdl);
break;
+ case LOK_MOUSEEVENT_MOUSEMOVE:
+ pGridWindow->MouseMove(aEvent);
+ break;
default:
assert(false);
break;
More information about the Libreoffice-commits
mailing list