Blame SOURCES/0037-Revert-sw-LOK_CALLBACK_CURSOR_VISIBLE-callback.patch

f325b2
From d21589ed079bae79f24bbaf9dce8a691cdedb47e Mon Sep 17 00:00:00 2001
f325b2
From: Henry Castro <hcastro@collabora.com>
f325b2
Date: Wed, 10 Jun 2015 14:16:09 -0400
f325b2
Subject: [PATCH 037/398] Revert sw: LOK_CALLBACK_CURSOR_VISIBLE callback.
f325b2
f325b2
Already fixed by Miklos Vajna.
f325b2
f325b2
Change-Id: I848f2296c5f5a4d250308ed3a851c46524181340
f325b2
(cherry picked from commit 533a5fdad3854b89a252216bb78a38ba3222964b)
f325b2
---
f325b2
 sw/source/core/crsr/viscrs.cxx | 6 ------
f325b2
 1 file changed, 6 deletions(-)
f325b2
f325b2
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
f325b2
index 9077a6533625..3e92ce5ef4e5 100644
f325b2
--- a/sw/source/core/crsr/viscrs.cxx
f325b2
+++ b/sw/source/core/crsr/viscrs.cxx
f325b2
@@ -90,10 +90,7 @@ void SwVisCrsr::Show()
f325b2
 
f325b2
         // display at all?
f325b2
         if( m_pCrsrShell->VisArea().IsOver( m_pCrsrShell->m_aCharRect ) || m_pCrsrShell->isTiledRendering() )
f325b2
-        {
f325b2
-            m_pCrsrShell->libreOfficeKitCallback(LOK_CALLBACK_CURSOR_VISIBLE, OString::boolean(true).getStr());
f325b2
             _SetPosAndShow();
f325b2
-        }
f325b2
     }
f325b2
 }
f325b2
 
f325b2
@@ -105,9 +102,6 @@ void SwVisCrsr::Hide()
f325b2
 
f325b2
         if( m_aTextCrsr.IsVisible() )      // Shouldn't the flags be in effect?
f325b2
             m_aTextCrsr.Hide();
f325b2
-
f325b2
-        if( m_pCrsrShell->isTiledRendering() )
f325b2
-            m_pCrsrShell->libreOfficeKitCallback(LOK_CALLBACK_CURSOR_VISIBLE, OString::boolean(false).getStr());
f325b2
     }
f325b2
 }
f325b2
 
f325b2
-- 
f325b2
2.12.0
f325b2