summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2015-06-10 14:16:09 -0400
committerHenry Castro <hcastro@collabora.com>2015-06-10 14:17:23 -0400
commit533a5fdad3854b89a252216bb78a38ba3222964b (patch)
tree4552cb87b1a93c4865d9b5122d7f0c342869090a /sw
parent78ecdbc2f69b9d812cf879f662e7c1277d3c9b07 (diff)
Revert sw: LOK_CALLBACK_CURSOR_VISIBLE callback.
Already fixed by Miklos Vajna. Change-Id: I848f2296c5f5a4d250308ed3a851c46524181340
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/viscrs.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
index 724118500111..38cb79e8ef52 100644
--- a/sw/source/core/crsr/viscrs.cxx
+++ b/sw/source/core/crsr/viscrs.cxx
@@ -90,10 +90,7 @@ void SwVisCrsr::Show()
// display at all?
if( m_pCrsrShell->VisArea().IsOver( m_pCrsrShell->m_aCharRect ) || m_pCrsrShell->isTiledRendering() )
- {
- m_pCrsrShell->libreOfficeKitCallback(LOK_CALLBACK_CURSOR_VISIBLE, OString::boolean(true).getStr());
_SetPosAndShow();
- }
}
}
@@ -105,9 +102,6 @@ void SwVisCrsr::Hide()
if( m_aTextCrsr.IsVisible() ) // Shouldn't the flags be in effect?
m_aTextCrsr.Hide();
-
- if( m_pCrsrShell->isTiledRendering() )
- m_pCrsrShell->libreOfficeKitCallback(LOK_CALLBACK_CURSOR_VISIBLE, OString::boolean(false).getStr());
}
}