summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-25 14:57:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-26 12:23:06 +0000
commit3b3ef6aba2f6a8b27bda420f60859ccecf15a970 (patch)
tree794fd64534c3a2f969bf363a2255e3dbef02e0e5 /sd
parentd8e6bc709ad77047320491148acf7076186a51d2 (diff)
coverity#1340227 Missing break in switch
Change-Id: I30ea6cea81ae1b4f344e253c7a51cfef4d844128 (cherry picked from commit f4ac785494ac056535d2ff12ac59b909dafa4bab) Reviewed-on: https://gerrit.libreoffice.org/20178 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 42f0403ef2bd..30d881cdea5a 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -1290,6 +1290,7 @@ void ViewShellBase::Implementation::GetSlotState (SfxItemSet& rSet)
pFrameView = mrBase.GetMainViewShell()->GetFrameView();
bState = pFrameView->GetViewShEditMode() == EM_MASTERPAGE
&& pFrameView->GetPageKind() == PK_NOTES;
+ break;
case SID_TOGGLE_TABBAR_VISIBILITY:
bState = GetUserWantsTabBar();