summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/edtwin.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-02 22:36:28 +0900
committerMichael Stahl <mstahl@redhat.com>2012-10-02 20:44:49 +0000
commitc2eb9698eff7412e6973e659f26e7e39eeaf2887 (patch)
tree01ab878915b874ae530b01ab0da0ad04818665e8 /sw/source/ui/docvw/edtwin.cxx
parent02a7bf55603d8b1e74b83bb2b02fa86e1e31807b (diff)
Remove dead code
SW_CRSR_TIMER was undefined Change-Id: Ib851170ea61547e0ceaa6721c0b2fb90fecaecd3 Reviewed-on: https://gerrit.libreoffice.org/747 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/ui/docvw/edtwin.cxx')
-rw-r--r--sw/source/ui/docvw/edtwin.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index f9ae3ce43bbd..711c63c4a3d1 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -2007,9 +2007,6 @@ KEYINPUT_CHECKTABLE_INSDEL:
case KEY_TAB:
{
-#ifdef SW_CRSR_TIMER
- sal_Bool bOld = rSh.ChgCrsrTimerFlag( sal_False );
-#endif
if (rSh.IsFormProtected() || rSh.GetCurrentFieldmark() || rSh.GetChar(sal_False)==CH_TXT_ATR_FORMELEMENT)
{
eKeyState=KS_GotoNextFieldMark;
@@ -2052,17 +2049,10 @@ KEYINPUT_CHECKTABLE_INSDEL:
eKeyState = KS_OutlineDown;
}
}
-#ifdef SW_CRSR_TIMER
- rSh.ChgCrsrTimerFlag( bOld );
-#endif
}
break;
case KEY_TAB | KEY_SHIFT:
{
-#ifdef SW_CRSR_TIMER
- sal_Bool bOld = rSh.ChgCrsrTimerFlag( sal_False );
- sal_Bool bOld = rSh.ChgCrsrTimerFlag( sal_False );
-#endif
if (rSh.IsFormProtected() || rSh.GetCurrentFieldmark()|| rSh.GetChar(sal_False)==CH_TXT_ATR_FORMELEMENT) {
eKeyState=KS_GotoPrevFieldMark;
}
@@ -2103,9 +2093,6 @@ KEYINPUT_CHECKTABLE_INSDEL:
eKeyState = KS_OutlineUp;
}
}
-#ifdef SW_CRSR_TIMER
- rSh.ChgCrsrTimerFlag( bOld );
-#endif
}
break;
case KEY_TAB | KEY_MOD1: