summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx3
1 files changed, 0 insertions, 3 deletions
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 ) )