Kaydet (Commit) 3b3ef6ab authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1340227 Missing break in switch

Change-Id: I30ea6cea81ae1b4f344e253c7a51cfef4d844128
(cherry picked from commit f4ac7854)
Reviewed-on: https://gerrit.libreoffice.org/20178Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst d8e6bc70
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment