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>
This commit is contained in:
Noel Grandin 2017-02-06 13:02:50 +02:00
parent 83e059af22
commit c57cbcea9a

View File

@ -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,