[Libreoffice-commits] core.git: sw/source
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 6 07:09:08 UTC 2019
sw/source/uibase/docvw/edtwin.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 3c1c1b8885e76a24b961b2fadbecfb536f423293
Author: Tomaž Vajngerl <quikee at gmail.com>
AuthorDate: Fri Sep 6 09:07:20 2019 +0200
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Fri Sep 6 09:08:14 2019 +0200
Revert "lok: Don't send any cursor changes for table in Writer"
This reverts commit 7af38dd4fdaff8ae2ca12e2fe7e2319bcc6bdeba.
Change-Id: Ic9de4c0f7a2dd71c4aeff71ca17b71bff0ffe817
Reviewed-on: https://gerrit.libreoffice.org/78682
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
Tested-by: Tomaž Vajngerl <quikee at gmail.com>
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 9970b8e48fcf..214a90c26e9c 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -3732,9 +3732,6 @@ bool SwEditWin::changeMousePointer(Point const & rDocPoint)
{
SwWrtShell & rShell = m_rView.GetWrtShell();
- if (comphelper::LibreOfficeKit::isActive())
- return false;
-
SwTab nMouseTabCol;
if ( SwTab::COL_NONE != (nMouseTabCol = rShell.WhichMouseTabCol( rDocPoint ) ) &&
!rShell.IsObjSelectable( rDocPoint ) )
More information about the Libreoffice-commits
mailing list