summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-28 11:45:32 +0200
committerTor Lillqvist <tml@collabora.com>2013-10-28 11:48:02 +0200
commit85289911a3d568ac4cb2ecb5b6ec7d11c2d8ab28 (patch)
tree6bffa36b945873b6cdebe5008b1bedf564d7ff0a /sw/source
parent0827aba84e1adec902c4d704651a1027b01c5335 (diff)
Fingers slipped
Change-Id: Ic8a11c9857c04533ff96f523f1b29b1518bb89c0
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/crsr/crsrsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 8bb540a2f7b8..8bf37b11b326 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();