summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-27 15:52:54 +0200
committerNoel Grandin <noel@peralex.com>2014-10-27 15:52:54 +0200
commit393032d98be09be43e66604a11269da88958f297 (patch)
tree247ee68a06dcbe453425359d893a66f67a6c0c5d /sw
parent96725576e59b25f2d24c431b6e67ccf4c67a1e57 (diff)
cid#1247616 Logically dead code
Change-Id: I2577bf1d61c24f78070de409c285c8e36dddb3d6
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
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 &&