summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-24 20:31:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-24 20:45:56 +0000
commit68269a8e4def273d5114dcb1dcefada566887091 (patch)
tree6cde0b2845b7eb59df16e877c2df0a164a5a70c0 /sd
parent7e5e61dc529cf359309d3cdb944760905e5262c5 (diff)
coverity#704294 Logically dead code
Change-Id: I347b8cfaf6d608e59dec25bb80a96ba862b3fcae
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSlotManager.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index 2fe886e84d45..68b85dda2b0a 100644
--- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
@@ -1306,7 +1306,6 @@ SlideExclusionState GetSlideExclusionState (model::PageEnumeration& rPageSet)
eState = MIXED;
break;
- case MIXED:
default:
// No need to change anything.
break;