diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-27 15:52:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-27 15:52:54 +0200 |
commit | 393032d98be09be43e66604a11269da88958f297 (patch) | |
tree | 247ee68a06dcbe453425359d893a66f67a6c0c5d /sw | |
parent | 96725576e59b25f2d24c431b6e67ccf4c67a1e57 (diff) |
cid#1247616 Logically dead code
Change-Id: I2577bf1d61c24f78070de409c285c8e36dddb3d6
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index ed57dc372983..38e4232250c2 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -3898,7 +3898,7 @@ void SwEditWin::MouseMove(const MouseEvent& _rMEvt) case SwTab::COLSEL_VERT : nPointer = POINTER_TAB_SELECT_W; break; - case SwTab::COL_NONE: break; // prevent compiler warning + default: break; // prevent compiler warning } if ( USHRT_MAX != nPointer && |