From c57cbcea9a4434eddba31d185e738cc7e3fbd73c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Feb 2017 13:02:50 +0200 Subject: [PATCH] remove unused value from SW_KeyState enum Change-Id: Ied6ac5724957ff10fd1e9e217bbb32c1187f3cba Reviewed-on: https://gerrit.libreoffice.org/33963 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/uibase/docvw/edtwin.cxx | 3 +-- 1 file changed, 1 insertion(+), 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,