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

coverity#1340227 Missing break in switch

Change-Id: I30ea6cea81ae1b4f344e253c7a51cfef4d844128
üst c5bfac3f
...@@ -1289,6 +1289,7 @@ void ViewShellBase::Implementation::GetSlotState (SfxItemSet& rSet) ...@@ -1289,6 +1289,7 @@ void ViewShellBase::Implementation::GetSlotState (SfxItemSet& rSet)
pFrameView = mrBase.GetMainViewShell()->GetFrameView(); pFrameView = mrBase.GetMainViewShell()->GetFrameView();
bState = pFrameView->GetViewShEditMode() == EM_MASTERPAGE bState = pFrameView->GetViewShEditMode() == EM_MASTERPAGE
&& pFrameView->GetPageKind() == PK_NOTES; && pFrameView->GetPageKind() == PK_NOTES;
break;
case SID_TOGGLE_TABBAR_VISIBILITY: case SID_TOGGLE_TABBAR_VISIBILITY:
bState = GetUserWantsTabBar(); 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