[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Mon Oct 28 02:48:29 PDT 2013


 sw/source/core/crsr/crsrsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 85289911a3d568ac4cb2ecb5b6ec7d11c2d8ab28
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Oct 28 11:45:32 2013 +0200

    Fingers slipped
    
    Change-Id: Ic8a11c9857c04533ff96f523f1b29b1518bb89c0

diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 8bb540a..8bf37b1 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -2521,7 +2521,7 @@ SwCrsrShell::SwCrsrShell( SwCrsrShell& rShell, Window *pInitWin )
     m_bGCAttr = m_bIgnoreReadonly = m_bSelTblCells = m_bBasicHideCrsr =
     m_bOverwriteCrsr = sal_False;
     m_bCallChgLnk = m_bHasFocus = m_bAutoUpdateCells = sal_True;
-    m_bSVCrsrVis = touch_ui_keyboard_visible();
+    m_bSVCrsrVis = sal_True;
     m_bSetCrsrInReadOnly = sal_True;
     m_pVisCrsr = new SwVisCrsr( this );
     m_bMacroExecAllowed = rShell.IsMacroExecAllowed();


More information about the Libreoffice-commits mailing list