summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/edtwin.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-06 13:02:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-07 06:01:14 +0000
commitc57cbcea9a4434eddba31d185e738cc7e3fbd73c (patch)
tree3fca90f2da32f21f17911033a1613fa4aa589482 /sw/source/uibase/docvw/edtwin.cxx
parent83e059af2203ec0cd15dea08cfa538555ba14bd7 (diff)
remove unused value from SW_KeyState enum
Change-Id: Ied6ac5724957ff10fd1e9e217bbb32c1187f3cba Reviewed-on: https://gerrit.libreoffice.org/33963 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/docvw/edtwin.cxx')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 8869510ec434..0a5762cd83f8 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -1560,8 +1560,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
bool bStopKeyInputTimer = true;
OUString sFormulaEntry;
- enum SW_KeyState { KS_Start,
- KS_CheckKey, KS_InsChar, KS_InsTab,
+ enum SW_KeyState { KS_CheckKey, KS_InsChar, KS_InsTab,
KS_NoNum, KS_NumOff, KS_NumOrNoNum, KS_NumDown, KS_NumUp,
KS_NumIndentInc, KS_NumIndentDec,